Html Css Color HEX #EAC165 Harvest Gold

📋 copy color: '#EAC165'

red 234 ◦ green 193 ◦ blue 101

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

Shades of Harvest Gold #EAC165

Tints of Harvest Gold #EAC165

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.55%

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

R = 44.32%
G = 36.55%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EAC165 (or 0xEAC165) is known color: Harvest Gold. HEX triplet: EA, C1 and 65. RGB value is (234,193,101). Sum of RGB (Red+Green+Blue) = 234+193+101=528 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.32% from 528); Green value is 193 (75.78% from 255 or 36.55% from 528); Blue value is 101 (39.84% from 255 or 19.13% from 528); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC165 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC165 is #153E9A. Grayscale: #C3C3C3. Windows color (decimal): -1392283 or 6668778. OLE color: 6668778.

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

Color convert

RGB 234 193 101 -
CMYK 0 0.18 0.57 0.08
HSL 41.5º 0.76% 0.66% -
HSV(B) 41.5º 0.57% 0.92% -
XYZ 55.35 56.57 20.31 -
YUV 194.77 75.08 155.98 -
System Red Green Blue C M Y K H S L
Decimal 234 193 101 0 0.18 0.57 0.08 41.5 0.76 0.66
Hex EA C1 65 0 12 39 8 2A 4C 42
Octal 352 301 145 0 22 71 10 52 114 102
Binary 11101010 11000001 1100101 0 10010 111001 1000 101010 1001100 1000010

Color Harmonies of #EAC165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC165

Black with #EAC165

Text Example


Text Example

White with #EAC165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC165; }

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

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

background-color css

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

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

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

border-color css

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

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

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