Html Css Color HEX #EECB72 Golden Sand

📋 copy color: '#EECB72'

red 238 ◦ green 203 ◦ blue 114

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

Shades of Golden Sand #EECB72

Tints of Golden Sand #EECB72

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.58%

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

R = 42.88%
G = 36.58%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EECB72 (or 0xEECB72) is known color: Golden Sand. HEX triplet: EE, CB and 72. RGB value is (238,203,114). Sum of RGB (Red+Green+Blue) = 238+203+114=555 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.88% from 555); Green value is 203 (79.69% from 255 or 36.58% from 555); Blue value is 114 (44.92% from 255 or 20.54% from 555); Max value from RGB is 238 - color contains mainly: red. Hex color #EECB72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECB72 is #11348D. Grayscale: #CBCBCB. Windows color (decimal): -1127566 or 7523310. OLE color: 7523310.

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

Color convert

RGB 238 203 114 -
CMYK 0 0.15 0.52 0.07
HSL 43.06º 0.78% 0.69% -
HSV(B) 43.06º 0.52% 0.93% -
XYZ 59.65 62.1 24.76 -
YUV 203.32 77.6 152.74 -
System Red Green Blue C M Y K H S L
Decimal 238 203 114 0 0.15 0.52 0.07 43.06 0.78 0.69
Hex EE CB 72 0 F 34 7 2B 4E 45
Octal 356 313 162 0 17 64 7 53 116 105
Binary 11101110 11001011 1110010 0 1111 110100 111 101011 1001110 1000101

Color Harmonies of #EECB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECB72

Black with #EECB72

Text Example


Text Example

White with #EECB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECB72; }

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

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

background-color css

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

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

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

border-color css

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

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

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