Html Css Color HEX #EACC6F Golden Sand

📋 copy color: '#EACC6F'

red 234 ◦ green 204 ◦ blue 111

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

Shades of Golden Sand #EACC6F

Tints of Golden Sand #EACC6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.22%

R = 42.62%
G = 37.16%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EACC6F (or 0xEACC6F) is known color: Golden Sand. HEX triplet: EA, CC and 6F. RGB value is (234,204,111). Sum of RGB (Red+Green+Blue) = 234+204+111=549 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.62% from 549); Green value is 204 (80.08% from 255 or 37.16% from 549); Blue value is 111 (43.75% from 255 or 20.22% from 549); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACC6F is #153390. Grayscale: #CACACA. Windows color (decimal): -1389457 or 7326954. OLE color: 7326954.

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

Color convert

RGB 234 204 111 -
CMYK 0 0.13 0.53 0.08
HSL 45.37º 0.75% 0.68% -
HSV(B) 45.37º 0.53% 0.92% -
XYZ 58.39 61.83 23.89 -
YUV 202.37 76.44 150.56 -
System Red Green Blue C M Y K H S L
Decimal 234 204 111 0 0.13 0.53 0.08 45.37 0.75 0.68
Hex EA CC 6F 0 D 35 8 2D 4B 44
Octal 352 314 157 0 15 65 10 55 113 104
Binary 11101010 11001100 1101111 0 1101 110101 1000 101101 1001011 1000100

Color Harmonies of #EACC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACC6F

Black with #EACC6F

Text Example


Text Example

White with #EACC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACC6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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