Html Css Color HEX #EAC85F Golden Sand

📋 copy color: '#EAC85F'

red 234 ◦ green 200 ◦ blue 95

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

Shades of Golden Sand #EAC85F

Tints of Golden Sand #EAC85F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 17.96%

R = 44.23%
G = 37.81%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EAC85F (or 0xEAC85F) is known color: Golden Sand. HEX triplet: EA, C8 and 5F. RGB value is (234,200,95). Sum of RGB (Red+Green+Blue) = 234+200+95=529 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.23% from 529); Green value is 200 (78.52% from 255 or 37.81% from 529); Blue value is 95 (37.5% from 255 or 17.96% from 529); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC85F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC85F is #1537A0. Grayscale: #C6C6C6. Windows color (decimal): -1390497 or 6277354. OLE color: 6277354.

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

Color convert

RGB 234 200 95 -
CMYK 0 0.15 0.59 0.08
HSL 45.32º 0.77% 0.65% -
HSV(B) 45.32º 0.59% 0.92% -
XYZ 56.65 59.63 19.35 -
YUV 198.2 69.76 153.54 -
System Red Green Blue C M Y K H S L
Decimal 234 200 95 0 0.15 0.59 0.08 45.32 0.77 0.65
Hex EA C8 5F 0 F 3B 8 2D 4D 41
Octal 352 310 137 0 17 73 10 55 115 101
Binary 11101010 11001000 1011111 0 1111 111011 1000 101101 1001101 1000001

Color Harmonies of #EAC85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC85F

Black with #EAC85F

Text Example


Text Example

White with #EAC85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC85F; }

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

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

background-color css

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

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

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

border-color css

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

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

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