Html Css Color HEX #EABD65 Harvest Gold

📋 copy color: '#EABD65'

red 234 ◦ green 189 ◦ blue 101

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

Shades of Harvest Gold #EABD65

Tints of Harvest Gold #EABD65

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.07%

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

R = 44.66%
G = 36.07%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EABD65 (or 0xEABD65) is known color: Harvest Gold. HEX triplet: EA, BD and 65. RGB value is (234,189,101). Sum of RGB (Red+Green+Blue) = 234+189+101=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 101 (39.84% from 255 or 19.27% from 524); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABD65 is #15429A. Grayscale: #C0C0C0. Windows color (decimal): -1393307 or 6667754. OLE color: 6667754.

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

Color convert

RGB 234 189 101 -
CMYK 0 0.19 0.57 0.08
HSL 39.7º 0.76% 0.66% -
HSV(B) 39.7º 0.57% 0.92% -
XYZ 54.48 54.83 20.02 -
YUV 192.42 76.41 157.66 -
System Red Green Blue C M Y K H S L
Decimal 234 189 101 0 0.19 0.57 0.08 39.7 0.76 0.66
Hex EA BD 65 0 13 39 8 28 4C 42
Octal 352 275 145 0 23 71 10 50 114 102
Binary 11101010 10111101 1100101 0 10011 111001 1000 101000 1001100 1000010

Color Harmonies of #EABD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABD65

Black with #EABD65

Text Example


Text Example

White with #EABD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABD65; }

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

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

background-color css

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

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

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

border-color css

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

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

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