Html Css Color HEX #EECF72 Golden Sand

📋 copy color: '#EECF72'

red 238 ◦ green 207 ◦ blue 114

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

Shades of Golden Sand #EECF72

Tints of Golden Sand #EECF72

RGB

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

 GREEN value IS 207 (81.25% from 255) = 37.03%

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

R = 42.58%
G = 37.03%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EECF72 (or 0xEECF72) is known color: Golden Sand. HEX triplet: EE, CF and 72. RGB value is (238,207,114). Sum of RGB (Red+Green+Blue) = 238+207+114=559 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.58% from 559); Green value is 207 (81.25% from 255 or 37.03% from 559); Blue value is 114 (44.92% from 255 or 20.39% from 559); Max value from RGB is 238 - color contains mainly: red. Hex color #EECF72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECF72 is #11308D. Grayscale: #CECECE. Windows color (decimal): -1126542 or 7524334. OLE color: 7524334.

HSL color Cylindrical-coordinate representation of color #EECF72: hue angle of 45º 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 #EECF72 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 207 114 -
CMYK 0 0.13 0.52 0.07
HSL 45º 0.78% 0.69% -
HSV(B) 45º 0.52% 0.93% -
XYZ 60.61 64.02 25.08 -
YUV 205.67 76.27 151.06 -
System Red Green Blue C M Y K H S L
Decimal 238 207 114 0 0.13 0.52 0.07 45 0.78 0.69
Hex EE CF 72 0 D 34 7 2D 4E 45
Octal 356 317 162 0 15 64 7 55 116 105
Binary 11101110 11001111 1110010 0 1101 110100 111 101101 1001110 1000101

Color Harmonies of #EECF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECF72

Black with #EECF72

Text Example


Text Example

White with #EECF72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECF72; }

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

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

background-color css

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

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

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

border-color css

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

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

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