Html Css Color HEX #EAC363 Golden Sand

📋 copy color: '#EAC363'

red 234 ◦ green 195 ◦ blue 99

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

Shades of Golden Sand #EAC363

Tints of Golden Sand #EAC363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 18.75%

R = 44.32%
G = 36.93%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#EAC363 (or 0xEAC363) is known color: Golden Sand. HEX triplet: EA, C3 and 63. RGB value is (234,195,99). Sum of RGB (Red+Green+Blue) = 234+195+99=528 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.32% from 528); Green value is 195 (76.56% from 255 or 36.93% from 528); Blue value is 99 (39.06% from 255 or 18.75% from 528); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC363 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC363 is #153C9C. Grayscale: #C4C4C4. Windows color (decimal): -1391773 or 6538218. OLE color: 6538218.

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

Color convert

RGB 234 195 99 -
CMYK 0 0.17 0.58 0.08
HSL 42.67º 0.76% 0.65% -
HSV(B) 42.67º 0.58% 0.92% -
XYZ 55.7 57.42 19.95 -
YUV 195.72 73.42 155.31 -
System Red Green Blue C M Y K H S L
Decimal 234 195 99 0 0.17 0.58 0.08 42.67 0.76 0.65
Hex EA C3 63 0 11 3A 8 2B 4C 41
Octal 352 303 143 0 21 72 10 53 114 101
Binary 11101010 11000011 1100011 0 10001 111010 1000 101011 1001100 1000001

Color Harmonies of #EAC363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC363

Black with #EAC363

Text Example


Text Example

White with #EAC363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC363; }

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

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

background-color css

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

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

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

border-color css

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

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

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