Html Css Color HEX #EAC86D Golden Sand

📋 copy color: '#EAC86D'

red 234 ◦ green 200 ◦ blue 109

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

Shades of Golden Sand #EAC86D

Tints of Golden Sand #EAC86D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.07%

R = 43.09%
G = 36.83%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EAC86D (or 0xEAC86D) is known color: Golden Sand. HEX triplet: EA, C8 and 6D. RGB value is (234,200,109). Sum of RGB (Red+Green+Blue) = 234+200+109=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 200 (78.52% from 255 or 36.83% from 543); Blue value is 109 (42.97% from 255 or 20.07% from 543); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC86D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC86D is #153792. Grayscale: #C8C8C8. Windows color (decimal): -1390483 or 7194858. OLE color: 7194858.

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

Color convert

RGB 234 200 109 -
CMYK 0 0.15 0.53 0.08
HSL 43.68º 0.75% 0.67% -
HSV(B) 43.68º 0.53% 0.92% -
XYZ 57.35 59.91 23.01 -
YUV 199.79 76.76 152.4 -
System Red Green Blue C M Y K H S L
Decimal 234 200 109 0 0.15 0.53 0.08 43.68 0.75 0.67
Hex EA C8 6D 0 F 35 8 2C 4B 43
Octal 352 310 155 0 17 65 10 54 113 103
Binary 11101010 11001000 1101101 0 1111 110101 1000 101100 1001011 1000011

Color Harmonies of #EAC86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC86D

Black with #EAC86D

Text Example


Text Example

White with #EAC86D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC86D; }

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

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

background-color css

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

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

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

border-color css

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

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

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