Html Css Color HEX #E0B46C Harvest Gold

📋 copy color: '#E0B46C'

red 224 ◦ green 180 ◦ blue 108

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

Shades of Harvest Gold #E0B46C

Tints of Harvest Gold #E0B46C

RGB

 RED value IS 224 (87.89% from 255) = 43.75%

 GREEN value IS 180 (70.7% from 255) = 35.16%

 BLUE value IS 108 (42.58% from 255) = 21.09%

R = 43.75%
G = 35.16%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E0B46C (or 0xE0B46C) is known color: Harvest Gold. HEX triplet: E0, B4 and 6C. RGB value is (224,180,108). Sum of RGB (Red+Green+Blue) = 224+180+108=512 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.75% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 108 (42.58% from 255 or 21.09% from 512); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B46C is #1F4B93. Grayscale: #B9B9B9. Windows color (decimal): -2050964 or 7124192. OLE color: 7124192.

HSL color Cylindrical-coordinate representation of color #E0B46C: hue angle of 37.24º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E0B46C is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 180 108 -
CMYK 0 0.20 0.52 0.12
HSL 37.24º 0.65% 0.65% -
HSV(B) 37.24º 0.52% 0.88% -
XYZ 49.77 49.57 21.13 -
YUV 184.95 84.58 155.85 -
System Red Green Blue C M Y K H S L
Decimal 224 180 108 0 0.20 0.52 0.12 37.24 0.65 0.65
Hex E0 B4 6C 0 14 34 C 25 41 41
Octal 340 264 154 0 24 64 14 45 101 101
Binary 11100000 10110100 1101100 0 10100 110100 1100 100101 1000001 1000001

Color Harmonies of #E0B46C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B46C

Black with #E0B46C

Text Example


Text Example

White with #E0B46C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B46C; }

 p { color: rgb(224,180,108); }

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

background-color css

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

 a { background-color: rgb(224,180,108); }

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

border-color css

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

 span { border-color: rgb(224,180,108); }

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