Html Css Color HEX #EACC72 Golden Sand

📋 copy color: '#EACC72'

red 234 ◦ green 204 ◦ blue 114

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

Shades of Golden Sand #EACC72

Tints of Golden Sand #EACC72

RGB

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

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

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

R = 42.39%
G = 36.96%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EACC72 (or 0xEACC72) is known color: Golden Sand. HEX triplet: EA, CC and 72. RGB value is (234,204,114). Sum of RGB (Red+Green+Blue) = 234+204+114=552 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.39% from 552); Green value is 204 (80.08% from 255 or 36.96% from 552); Blue value is 114 (44.92% from 255 or 20.65% from 552); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACC72 is #15338D. Grayscale: #CBCBCB. Windows color (decimal): -1389454 or 7523562. OLE color: 7523562.

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

Color convert

RGB 234 204 114 -
CMYK 0 0.13 0.51 0.08
HSL 45º 0.74% 0.68% -
HSV(B) 45º 0.51% 0.92% -
XYZ 58.56 61.89 24.78 -
YUV 202.71 77.94 150.32 -
System Red Green Blue C M Y K H S L
Decimal 234 204 114 0 0.13 0.51 0.08 45 0.74 0.68
Hex EA CC 72 0 D 33 8 2D 4A 44
Octal 352 314 162 0 15 63 10 55 112 104
Binary 11101010 11001100 1110010 0 1101 110011 1000 101101 1001010 1000100

Color Harmonies of #EACC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACC72

Black with #EACC72

Text Example


Text Example

White with #EACC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACC72; }

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

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

background-color css

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

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

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

border-color css

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

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

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