Html Css Color HEX #EAB265 Harvest Gold

📋 copy color: '#EAB265'

red 234 ◦ green 178 ◦ blue 101

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

Shades of Harvest Gold #EAB265

Tints of Harvest Gold #EAB265

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.7%

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

R = 45.61%
G = 34.7%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EAB265 (or 0xEAB265) is known color: Harvest Gold. HEX triplet: EA, B2 and 65. RGB value is (234,178,101). Sum of RGB (Red+Green+Blue) = 234+178+101=513 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.61% from 513); Green value is 178 (69.92% from 255 or 34.70% from 513); Blue value is 101 (39.84% from 255 or 19.69% from 513); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB265 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB265 is #154D9A. Grayscale: #BABABA. Windows color (decimal): -1396123 or 6664938. OLE color: 6664938.

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

Color convert

RGB 234 178 101 -
CMYK 0 0.24 0.57 0.08
HSL 34.74º 0.76% 0.66% -
HSV(B) 34.74º 0.57% 0.92% -
XYZ 52.2 50.27 19.26 -
YUV 185.97 80.05 162.26 -
System Red Green Blue C M Y K H S L
Decimal 234 178 101 0 0.24 0.57 0.08 34.74 0.76 0.66
Hex EA B2 65 0 18 39 8 23 4C 42
Octal 352 262 145 0 30 71 10 43 114 102
Binary 11101010 10110010 1100101 0 11000 111001 1000 100011 1001100 1000010

Color Harmonies of #EAB265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB265

Black with #EAB265

Text Example


Text Example

White with #EAB265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB265; }

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

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

background-color css

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

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

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

border-color css

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

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

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