Html Css Color HEX #EAC365 Golden Sand

📋 copy color: '#EAC365'

red 234 ◦ green 195 ◦ blue 101

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

Shades of Golden Sand #EAC365

Tints of Golden Sand #EAC365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.06%

R = 44.15%
G = 36.79%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EAC365 (or 0xEAC365) is known color: Golden Sand. HEX triplet: EA, C3 and 65. RGB value is (234,195,101). Sum of RGB (Red+Green+Blue) = 234+195+101=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 195 (76.56% from 255 or 36.79% from 530); Blue value is 101 (39.84% from 255 or 19.06% from 530); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC365 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC365 is #153C9A. Grayscale: #C4C4C4. Windows color (decimal): -1391771 or 6669290. OLE color: 6669290.

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

Color convert

RGB 234 195 101 -
CMYK 0 0.17 0.57 0.08
HSL 42.41º 0.76% 0.66% -
HSV(B) 42.41º 0.57% 0.92% -
XYZ 55.8 57.46 20.46 -
YUV 195.95 74.42 155.14 -
System Red Green Blue C M Y K H S L
Decimal 234 195 101 0 0.17 0.57 0.08 42.41 0.76 0.66
Hex EA C3 65 0 11 39 8 2A 4C 42
Octal 352 303 145 0 21 71 10 52 114 102
Binary 11101010 11000011 1100101 0 10001 111001 1000 101010 1001100 1000010

Color Harmonies of #EAC365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC365

Black with #EAC365

Text Example


Text Example

White with #EAC365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC365; }

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

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

background-color css

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

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

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

border-color css

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

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

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