Html Css Color HEX #EAC465 Golden Sand

📋 copy color: '#EAC465'

red 234 ◦ green 196 ◦ blue 101

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

Shades of Golden Sand #EAC465

Tints of Golden Sand #EAC465

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.91%

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

R = 44.07%
G = 36.91%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EAC465 (or 0xEAC465) is known color: Golden Sand. HEX triplet: EA, C4 and 65. RGB value is (234,196,101). Sum of RGB (Red+Green+Blue) = 234+196+101=531 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.07% from 531); Green value is 196 (76.95% from 255 or 36.91% from 531); Blue value is 101 (39.84% from 255 or 19.02% from 531); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC465 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC465 is #153B9A. Grayscale: #C4C4C4. Windows color (decimal): -1391515 or 6669546. OLE color: 6669546.

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

Color convert

RGB 234 196 101 -
CMYK 0 0.16 0.57 0.08
HSL 42.86º 0.76% 0.66% -
HSV(B) 42.86º 0.57% 0.92% -
XYZ 56.02 57.91 20.54 -
YUV 196.53 74.09 154.72 -
System Red Green Blue C M Y K H S L
Decimal 234 196 101 0 0.16 0.57 0.08 42.86 0.76 0.66
Hex EA C4 65 0 10 39 8 2B 4C 42
Octal 352 304 145 0 20 71 10 53 114 102
Binary 11101010 11000100 1100101 0 10000 111001 1000 101011 1001100 1000010

Color Harmonies of #EAC465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC465

Black with #EAC465

Text Example


Text Example

White with #EAC465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC465; }

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

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

background-color css

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

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

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

border-color css

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

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

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