Html Css Color HEX #EDD274 Golden Sand

📋 copy color: '#EDD274'

red 237 ◦ green 210 ◦ blue 116

#EDD274
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Sand #EDD274

Tints of Golden Sand #EDD274

RGB

 RED value IS 237 (92.97% from 255) = 42.1%

 GREEN value IS 210 (82.42% from 255) = 37.3%

 BLUE value IS 116 (45.7% from 255) = 20.6%

R = 42.1%
G = 37.3%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EDD274 (or 0xEDD274) is known color: Golden Sand. HEX triplet: ED, D2 and 74. RGB value is (237,210,116). Sum of RGB (Red+Green+Blue) = 237+210+116=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 210 (82.42% from 255 or 37.30% from 563); Blue value is 116 (45.70% from 255 or 20.60% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD274 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD274 is #122D8B. Grayscale: #CFCFCF. Windows color (decimal): -1191308 or 7656173. OLE color: 7656173.

HSL color Cylindrical-coordinate representation of color #EDD274: hue angle of 46.61º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EDD274 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 210 116 -
CMYK 0 0.11 0.51 0.07
HSL 46.61º 0.77% 0.69% -
HSV(B) 46.61º 0.51% 0.93% -
XYZ 61.12 65.36 25.92 -
YUV 207.36 76.45 149.14 -
System Red Green Blue C M Y K H S L
Decimal 237 210 116 0 0.11 0.51 0.07 46.61 0.77 0.69
Hex ED D2 74 0 B 33 7 2F 4D 45
Octal 355 322 164 0 13 63 7 57 115 105
Binary 11101101 11010010 1110100 0 1011 110011 111 101111 1001101 1000101

Color Harmonies of #EDD274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD274

Black with #EDD274

Text Example


Text Example

White with #EDD274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD274; }

 p { color: rgb(237,210,116); }

 H1.HeaderClassName
 {
   color: #EDD274;
 }
 .AnyTagClassName
 {
   color: #EDD274;
 }
</style>

background-color css

<style>
 a { background-color: #EDD274; }

 a { background-color: rgb(237,210,116); }

 div.DivClassName
 {
   background-color: #EDD274;
 }
 .BgClassName
 {
   background-color: #EDD274;
 }
</style>

border-color css

<style>
 span { border-color: #EDD274; }

 span { border-color: rgb(237,210,116); }

 td.TdClassName
 {
   border-color: #EDD274;
 }
 .TagClassName
 {
   border-color: #EDD274;
 }
</style>