Html Css Color HEX #EAC96D Golden Sand

📋 copy color: '#EAC96D'

red 234 ◦ green 201 ◦ blue 109

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

Shades of Golden Sand #EAC96D

Tints of Golden Sand #EAC96D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.95%

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

R = 43.01%
G = 36.95%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EAC96D (or 0xEAC96D) is known color: Golden Sand. HEX triplet: EA, C9 and 6D. RGB value is (234,201,109). Sum of RGB (Red+Green+Blue) = 234+201+109=544 (72% of max value = 765). Red value is 234 (91.80% from 255 or 43.01% from 544); Green value is 201 (78.91% from 255 or 36.95% from 544); Blue value is 109 (42.97% from 255 or 20.04% from 544); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC96D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC96D is #153692. Grayscale: #C8C8C8. Windows color (decimal): -1390227 or 7195114. OLE color: 7195114.

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

Color convert

RGB 234 201 109 -
CMYK 0 0.14 0.53 0.08
HSL 44.16º 0.75% 0.67% -
HSV(B) 44.16º 0.53% 0.92% -
XYZ 57.58 60.37 23.09 -
YUV 200.38 76.43 151.98 -
System Red Green Blue C M Y K H S L
Decimal 234 201 109 0 0.14 0.53 0.08 44.16 0.75 0.67
Hex EA C9 6D 0 E 35 8 2C 4B 43
Octal 352 311 155 0 16 65 10 54 113 103
Binary 11101010 11001001 1101101 0 1110 110101 1000 101100 1001011 1000011

Color Harmonies of #EAC96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC96D

Black with #EAC96D

Text Example


Text Example

White with #EAC96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC96D; }

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

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

background-color css

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

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

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

border-color css

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

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

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