Html Css Color HEX #EACC70 Golden Sand

📋 copy color: '#EACC70'

red 234 ◦ green 204 ◦ blue 112

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

Shades of Golden Sand #EACC70

Tints of Golden Sand #EACC70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.36%

R = 42.55%
G = 37.09%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EACC70 (or 0xEACC70) is known color: Golden Sand. HEX triplet: EA, CC and 70. RGB value is (234,204,112). Sum of RGB (Red+Green+Blue) = 234+204+112=550 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.55% from 550); Green value is 204 (80.08% from 255 or 37.09% from 550); Blue value is 112 (44.14% from 255 or 20.36% from 550); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACC70 is #15338F. Grayscale: #CACACA. Windows color (decimal): -1389456 or 7392490. OLE color: 7392490.

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

Color convert

RGB 234 204 112 -
CMYK 0 0.13 0.52 0.08
HSL 45.25º 0.74% 0.68% -
HSV(B) 45.25º 0.52% 0.92% -
XYZ 58.45 61.85 24.19 -
YUV 202.48 76.94 150.48 -
System Red Green Blue C M Y K H S L
Decimal 234 204 112 0 0.13 0.52 0.08 45.25 0.74 0.68
Hex EA CC 70 0 D 34 8 2D 4A 44
Octal 352 314 160 0 15 64 10 55 112 104
Binary 11101010 11001100 1110000 0 1101 110100 1000 101101 1001010 1000100

Color Harmonies of #EACC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACC70

Black with #EACC70

Text Example


Text Example

White with #EACC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACC70; }

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

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

background-color css

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

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

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

border-color css

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

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

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