Html Css Color HEX #EECA72 Golden Sand

📋 copy color: '#EECA72'

red 238 ◦ green 202 ◦ blue 114

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

Shades of Golden Sand #EECA72

Tints of Golden Sand #EECA72

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.46%

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

R = 42.96%
G = 36.46%
B = 20.58%

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

#EECA72 (or 0xEECA72) is known color: Golden Sand. HEX triplet: EE, CA and 72. RGB value is (238,202,114). Sum of RGB (Red+Green+Blue) = 238+202+114=554 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.96% from 554); Green value is 202 (79.30% from 255 or 36.46% from 554); Blue value is 114 (44.92% from 255 or 20.58% from 554); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECA72 is #11358D. Grayscale: #CBCBCB. Windows color (decimal): -1127822 or 7523054. OLE color: 7523054.

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

Color convert

RGB 238 202 114 -
CMYK 0 0.15 0.52 0.07
HSL 42.58º 0.78% 0.69% -
HSV(B) 42.58º 0.52% 0.93% -
XYZ 59.42 61.63 24.68 -
YUV 202.73 77.93 153.16 -
System Red Green Blue C M Y K H S L
Decimal 238 202 114 0 0.15 0.52 0.07 42.58 0.78 0.69
Hex EE CA 72 0 F 34 7 2B 4E 45
Octal 356 312 162 0 17 64 7 53 116 105
Binary 11101110 11001010 1110010 0 1111 110100 111 101011 1001110 1000101

Color Harmonies of #EECA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECA72

Black with #EECA72

Text Example


Text Example

White with #EECA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECA72; }

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

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

background-color css

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

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

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

border-color css

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

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

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