Html Css Color HEX #EAC96B Golden Sand

📋 copy color: '#EAC96B'

red 234 ◦ green 201 ◦ blue 107

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

Shades of Golden Sand #EAC96B

Tints of Golden Sand #EAC96B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.74%

R = 43.17%
G = 37.08%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EAC96B (or 0xEAC96B) is known color: Golden Sand. HEX triplet: EA, C9 and 6B. RGB value is (234,201,107). Sum of RGB (Red+Green+Blue) = 234+201+107=542 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.17% from 542); Green value is 201 (78.91% from 255 or 37.08% from 542); Blue value is 107 (42.19% from 255 or 19.74% from 542); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC96B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC96B is #153694. Grayscale: #C8C8C8. Windows color (decimal): -1390229 or 7064042. OLE color: 7064042.

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

Color convert

RGB 234 201 107 -
CMYK 0 0.14 0.54 0.08
HSL 44.41º 0.75% 0.67% -
HSV(B) 44.41º 0.54% 0.92% -
XYZ 57.47 60.33 22.53 -
YUV 200.15 75.43 152.14 -
System Red Green Blue C M Y K H S L
Decimal 234 201 107 0 0.14 0.54 0.08 44.41 0.75 0.67
Hex EA C9 6B 0 E 36 8 2C 4B 43
Octal 352 311 153 0 16 66 10 54 113 103
Binary 11101010 11001001 1101011 0 1110 110110 1000 101100 1001011 1000011

Color Harmonies of #EAC96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC96B

Black with #EAC96B

Text Example


Text Example

White with #EAC96B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC96B; }

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

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

background-color css

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

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

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

border-color css

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

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

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