Html Css Color HEX #EAC866 Golden Sand

📋 copy color: '#EAC866'

red 234 ◦ green 200 ◦ blue 102

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

Shades of Golden Sand #EAC866

Tints of Golden Sand #EAC866

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.31%

 BLUE value IS 102 (40.23% from 255) = 19.03%

R = 43.66%
G = 37.31%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EAC866 (or 0xEAC866) is known color: Golden Sand. HEX triplet: EA, C8 and 66. RGB value is (234,200,102). Sum of RGB (Red+Green+Blue) = 234+200+102=536 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.66% from 536); Green value is 200 (78.52% from 255 or 37.31% from 536); Blue value is 102 (40.23% from 255 or 19.03% from 536); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC866 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC866 is #153799. Grayscale: #C7C7C7. Windows color (decimal): -1390490 or 6736106. OLE color: 6736106.

HSL color Cylindrical-coordinate representation of color #EAC866: hue angle of 44.55º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EAC866 is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 200 102 -
CMYK 0 0.15 0.56 0.08
HSL 44.55º 0.76% 0.66% -
HSV(B) 44.55º 0.56% 0.92% -
XYZ 56.98 59.76 21.1 -
YUV 198.99 73.26 152.97 -
System Red Green Blue C M Y K H S L
Decimal 234 200 102 0 0.15 0.56 0.08 44.55 0.76 0.66
Hex EA C8 66 0 F 38 8 2D 4C 42
Octal 352 310 146 0 17 70 10 55 114 102
Binary 11101010 11001000 1100110 0 1111 111000 1000 101101 1001100 1000010

Color Harmonies of #EAC866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC866

Black with #EAC866

Text Example


Text Example

White with #EAC866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC866; }

 p { color: rgb(234,200,102); }

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

background-color css

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

 a { background-color: rgb(234,200,102); }

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

border-color css

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

 span { border-color: rgb(234,200,102); }

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