Html Css Color HEX #EAC96F Golden Sand

📋 copy color: '#EAC96F'

red 234 ◦ green 201 ◦ blue 111

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

Shades of Golden Sand #EAC96F

Tints of Golden Sand #EAC96F

RGB

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

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

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

R = 42.86%
G = 36.81%
B = 20.33%

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

#EAC96F (or 0xEAC96F) is known color: Golden Sand. HEX triplet: EA, C9 and 6F. RGB value is (234,201,111). Sum of RGB (Red+Green+Blue) = 234+201+111=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 201 (78.91% from 255 or 36.81% from 546); Blue value is 111 (43.75% from 255 or 20.33% from 546); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC96F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC96F is #153690. Grayscale: #C9C9C9. Windows color (decimal): -1390225 or 7326186. OLE color: 7326186.

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

Color convert

RGB 234 201 111 -
CMYK 0 0.14 0.53 0.08
HSL 43.9º 0.75% 0.68% -
HSV(B) 43.9º 0.53% 0.92% -
XYZ 57.69 60.41 23.66 -
YUV 200.61 77.43 151.82 -
System Red Green Blue C M Y K H S L
Decimal 234 201 111 0 0.14 0.53 0.08 43.9 0.75 0.68
Hex EA C9 6F 0 E 35 8 2C 4B 44
Octal 352 311 157 0 16 65 10 54 113 104
Binary 11101010 11001001 1101111 0 1110 110101 1000 101100 1001011 1000100

Color Harmonies of #EAC96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC96F

Black with #EAC96F

Text Example


Text Example

White with #EAC96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC96F; }

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

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

background-color css

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

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

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

border-color css

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

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

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