Html Css Color HEX #EACC74 Golden Sand

📋 copy color: '#EACC74'

red 234 ◦ green 204 ◦ blue 116

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

Shades of Golden Sand #EACC74

Tints of Golden Sand #EACC74

RGB

 RED value IS 234 (91.8% from 255) = 42.24%

 GREEN value IS 204 (80.08% from 255) = 36.82%

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

R = 42.24%
G = 36.82%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EACC74 (or 0xEACC74) is known color: Golden Sand. HEX triplet: EA, CC and 74. RGB value is (234,204,116). Sum of RGB (Red+Green+Blue) = 234+204+116=554 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.24% from 554); Green value is 204 (80.08% from 255 or 36.82% from 554); Blue value is 116 (45.70% from 255 or 20.94% from 554); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACC74 is #15338B. Grayscale: #CBCBCB. Windows color (decimal): -1389452 or 7654634. OLE color: 7654634.

HSL color Cylindrical-coordinate representation of color #EACC74: hue angle of 44.75º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EACC74 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 204 116 -
CMYK 0 0.13 0.50 0.08
HSL 44.75º 0.74% 0.69% -
HSV(B) 44.75º 0.5% 0.92% -
XYZ 58.68 61.94 25.39 -
YUV 202.94 78.94 150.16 -
System Red Green Blue C M Y K H S L
Decimal 234 204 116 0 0.13 0.50 0.08 44.75 0.74 0.69
Hex EA CC 74 0 D 32 8 2D 4A 45
Octal 352 314 164 0 15 62 10 55 112 105
Binary 11101010 11001100 1110100 0 1101 110010 1000 101101 1001010 1000101

Color Harmonies of #EACC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACC74

Black with #EACC74

Text Example


Text Example

White with #EACC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACC74; }

 p { color: rgb(234,204,116); }

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

background-color css

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

 a { background-color: rgb(234,204,116); }

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

border-color css

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

 span { border-color: rgb(234,204,116); }

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