Html Css Color HEX #EECA74 Golden Sand

📋 copy color: '#EECA74'

red 238 ◦ green 202 ◦ blue 116

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

Shades of Golden Sand #EECA74

Tints of Golden Sand #EECA74

RGB

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

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

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

R = 42.81%
G = 36.33%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EECA74 (or 0xEECA74) is known color: Golden Sand. HEX triplet: EE, CA and 74. RGB value is (238,202,116). Sum of RGB (Red+Green+Blue) = 238+202+116=556 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.81% from 556); Green value is 202 (79.30% from 255 or 36.33% from 556); Blue value is 116 (45.70% from 255 or 20.86% from 556); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECA74 is #11358B. Grayscale: #CBCBCB. Windows color (decimal): -1127820 or 7654126. OLE color: 7654126.

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

Color convert

RGB 238 202 116 -
CMYK 0 0.15 0.51 0.07
HSL 42.3º 0.78% 0.69% -
HSV(B) 42.3º 0.51% 0.93% -
XYZ 59.53 61.68 25.29 -
YUV 202.96 78.93 152.99 -
System Red Green Blue C M Y K H S L
Decimal 238 202 116 0 0.15 0.51 0.07 42.3 0.78 0.69
Hex EE CA 74 0 F 33 7 2A 4E 45
Octal 356 312 164 0 17 63 7 52 116 105
Binary 11101110 11001010 1110100 0 1111 110011 111 101010 1001110 1000101

Color Harmonies of #EECA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECA74

Black with #EECA74

Text Example


Text Example

White with #EECA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECA74; }

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

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

background-color css

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

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

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

border-color css

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

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

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