Html Css Color HEX #EACC75 Golden Sand

📋 copy color: '#EACC75'

red 234 ◦ green 204 ◦ blue 117

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

Shades of Golden Sand #EACC75

Tints of Golden Sand #EACC75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.08%

R = 42.16%
G = 36.76%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.5

 K value IS 0.08

RGB Variations

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

Color information

#EACC75 (or 0xEACC75) is known color: Golden Sand. HEX triplet: EA, CC and 75. RGB value is (234,204,117). Sum of RGB (Red+Green+Blue) = 234+204+117=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 204 (80.08% from 255 or 36.76% from 555); Blue value is 117 (46.09% from 255 or 21.08% from 555); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACC75 is #15338A. Grayscale: #CBCBCB. Windows color (decimal): -1389451 or 7720170. OLE color: 7720170.

HSL color Cylindrical-coordinate representation of color #EACC75: hue angle of 44.62º 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 #EACC75 is Cyan = 0, Magento = 0.13, Yellow = 0.5 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 204 117 -
CMYK 0 0.13 0.5 0.08
HSL 44.62º 0.74% 0.69% -
HSV(B) 44.62º 0.5% 0.92% -
XYZ 58.74 61.96 25.69 -
YUV 203.05 79.44 150.07 -
System Red Green Blue C M Y K H S L
Decimal 234 204 117 0 0.13 0.5 0.08 44.62 0.74 0.69
Hex EA CC 75 0 D 32 8 2D 4A 45
Octal 352 314 165 0 15 62 10 55 112 105
Binary 11101010 11001100 1110101 0 1101 110010 1000 101101 1001010 1000101

Color Harmonies of #EACC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACC75

Black with #EACC75

Text Example


Text Example

White with #EACC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACC75; }

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

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

background-color css

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

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

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

border-color css

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

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

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