Html Css Color HEX #EEC872 Golden Sand

📋 copy color: '#EEC872'

red 238 ◦ green 200 ◦ blue 114

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

Shades of Golden Sand #EEC872

Tints of Golden Sand #EEC872

RGB

 RED value IS 238 (93.36% from 255) = 43.12%

 GREEN value IS 200 (78.52% from 255) = 36.23%

 BLUE value IS 114 (44.92% from 255) = 20.65%

R = 43.12%
G = 36.23%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EEC872 (or 0xEEC872) is known color: Golden Sand. HEX triplet: EE, C8 and 72. RGB value is (238,200,114). Sum of RGB (Red+Green+Blue) = 238+200+114=552 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.12% from 552); Green value is 200 (78.52% from 255 or 36.23% from 552); Blue value is 114 (44.92% from 255 or 20.65% from 552); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC872 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC872 is #11378D. Grayscale: #C9C9C9. Windows color (decimal): -1128334 or 7522542. OLE color: 7522542.

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

Color convert

RGB 238 200 114 -
CMYK 0 0.16 0.52 0.07
HSL 41.61º 0.78% 0.69% -
HSV(B) 41.61º 0.52% 0.93% -
XYZ 58.95 60.7 24.53 -
YUV 201.56 78.59 153.99 -
System Red Green Blue C M Y K H S L
Decimal 238 200 114 0 0.16 0.52 0.07 41.61 0.78 0.69
Hex EE C8 72 0 10 34 7 2A 4E 45
Octal 356 310 162 0 20 64 7 52 116 105
Binary 11101110 11001000 1110010 0 10000 110100 111 101010 1001110 1000101

Color Harmonies of #EEC872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC872

Black with #EEC872

Text Example


Text Example

White with #EEC872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC872; }

 p { color: rgb(238,200,114); }

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

background-color css

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

 a { background-color: rgb(238,200,114); }

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

border-color css

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

 span { border-color: rgb(238,200,114); }

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