Html Css Color HEX #EAC360 Golden Sand

📋 copy color: '#EAC360'

red 234 ◦ green 195 ◦ blue 96

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

Shades of Golden Sand #EAC360

Tints of Golden Sand #EAC360

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.14%

 BLUE value IS 96 (37.89% from 255) = 18.29%

R = 44.57%
G = 37.14%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EAC360 (or 0xEAC360) is known color: Golden Sand. HEX triplet: EA, C3 and 60. RGB value is (234,195,96). Sum of RGB (Red+Green+Blue) = 234+195+96=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 195 (76.56% from 255 or 37.14% from 525); Blue value is 96 (37.89% from 255 or 18.29% from 525); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC360 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC360 is #153C9F. Grayscale: #C3C3C3. Windows color (decimal): -1391776 or 6341610. OLE color: 6341610.

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

Color convert

RGB 234 195 96 -
CMYK 0 0.17 0.59 0.08
HSL 43.04º 0.77% 0.65% -
HSV(B) 43.04º 0.59% 0.92% -
XYZ 55.56 57.37 19.21 -
YUV 195.38 71.92 155.55 -
System Red Green Blue C M Y K H S L
Decimal 234 195 96 0 0.17 0.59 0.08 43.04 0.77 0.65
Hex EA C3 60 0 11 3B 8 2B 4D 41
Octal 352 303 140 0 21 73 10 53 115 101
Binary 11101010 11000011 1100000 0 10001 111011 1000 101011 1001101 1000001

Color Harmonies of #EAC360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC360

Black with #EAC360

Text Example


Text Example

White with #EAC360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC360; }

 p { color: rgb(234,195,96); }

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

background-color css

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

 a { background-color: rgb(234,195,96); }

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

border-color css

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

 span { border-color: rgb(234,195,96); }

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