Html Css Color HEX #E0B369 Harvest Gold

📋 copy color: '#E0B369'

red 224 ◦ green 179 ◦ blue 105

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

Shades of Harvest Gold #E0B369

Tints of Harvest Gold #E0B369

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.24%

 BLUE value IS 105 (41.41% from 255) = 20.67%

R = 44.09%
G = 35.24%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E0B369 (or 0xE0B369) is known color: Harvest Gold. HEX triplet: E0, B3 and 69. RGB value is (224,179,105). Sum of RGB (Red+Green+Blue) = 224+179+105=508 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.09% from 508); Green value is 179 (70.31% from 255 or 35.24% from 508); Blue value is 105 (41.41% from 255 or 20.67% from 508); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0B369 is #1F4C96. Grayscale: #B8B8B8. Windows color (decimal): -2051223 or 6927328. OLE color: 6927328.

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

Color convert

RGB 224 179 105 -
CMYK 0 0.20 0.53 0.12
HSL 37.31º 0.66% 0.65% -
HSV(B) 37.31º 0.53% 0.88% -
XYZ 49.41 49.11 20.24 -
YUV 184.02 83.41 156.52 -
System Red Green Blue C M Y K H S L
Decimal 224 179 105 0 0.20 0.53 0.12 37.31 0.66 0.65
Hex E0 B3 69 0 14 35 C 25 42 41
Octal 340 263 151 0 24 65 14 45 102 101
Binary 11100000 10110011 1101001 0 10100 110101 1100 100101 1000010 1000001

Color Harmonies of #E0B369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B369

Black with #E0B369

Text Example


Text Example

White with #E0B369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B369; }

 p { color: rgb(224,179,105); }

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

background-color css

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

 a { background-color: rgb(224,179,105); }

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

border-color css

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

 span { border-color: rgb(224,179,105); }

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