Html Css Color HEX #E5804A Jaffa

📋 copy color: '#E5804A'

red 229 ◦ green 128 ◦ blue 74

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

Shades of Jaffa #E5804A

Tints of Jaffa #E5804A

RGB

 RED value IS 229 (89.84% from 255) = 53.13%

 GREEN value IS 128 (50.39% from 255) = 29.7%

 BLUE value IS 74 (29.3% from 255) = 17.17%

R = 53.13%
G = 29.7%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E5804A (or 0xE5804A) is known color: Jaffa. HEX triplet: E5, 80 and 4A. RGB value is (229,128,74). Sum of RGB (Red+Green+Blue) = 229+128+74=431 (57% of max value = 765). Red value is 229 (89.84% from 255 or 53.13% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 74 (29.30% from 255 or 17.17% from 431); Max value from RGB is 229 - color contains mainly: red. Hex color #E5804A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5804A is #1A7FB5. Grayscale: #989898. Windows color (decimal): -1736630 or 4882661. OLE color: 4882661.

HSL color Cylindrical-coordinate representation of color #E5804A: hue angle of 20.9º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E5804A is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 128 74 -
CMYK 0 0.44 0.68 0.10
HSL 20.9º 0.75% 0.59% -
HSV(B) 20.9º 0.68% 0.9% -
XYZ 41.27 32.59 10.59 -
YUV 152.04 83.96 182.89 -
System Red Green Blue C M Y K H S L
Decimal 229 128 74 0 0.44 0.68 0.10 20.9 0.75 0.59
Hex E5 80 4A 0 2C 44 A 15 4B 3B
Octal 345 200 112 0 54 104 12 25 113 73
Binary 11100101 10000000 1001010 0 101100 1000100 1010 10101 1001011 111011

Color Harmonies of #E5804A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5804A

Black with #E5804A

Text Example


Text Example

White with #E5804A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5804A; }

 p { color: rgb(229,128,74); }

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

background-color css

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

 a { background-color: rgb(229,128,74); }

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

border-color css

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

 span { border-color: rgb(229,128,74); }

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