Html Css Color HEX #E5804B Jaffa

📋 copy color: '#E5804B'

red 229 ◦ green 128 ◦ blue 75

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

Shades of Jaffa #E5804B

Tints of Jaffa #E5804B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.36%

R = 53.01%
G = 29.63%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E5804B (or 0xE5804B) is known color: Jaffa. HEX triplet: E5, 80 and 4B. RGB value is (229,128,75). Sum of RGB (Red+Green+Blue) = 229+128+75=432 (57% of max value = 765). Red value is 229 (89.84% from 255 or 53.01% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 75 (29.69% from 255 or 17.36% from 432); Max value from RGB is 229 - color contains mainly: red. Hex color #E5804B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5804B is #1A7FB4. Grayscale: #989898. Windows color (decimal): -1736629 or 4948197. OLE color: 4948197.

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

Color convert

RGB 229 128 75 -
CMYK 0 0.44 0.67 0.10
HSL 20.65º 0.75% 0.6% -
HSV(B) 20.65º 0.67% 0.9% -
XYZ 41.3 32.6 10.77 -
YUV 152.16 84.46 182.81 -
System Red Green Blue C M Y K H S L
Decimal 229 128 75 0 0.44 0.67 0.10 20.65 0.75 0.6
Hex E5 80 4B 0 2C 43 A 15 4B 3C
Octal 345 200 113 0 54 103 12 25 113 74
Binary 11100101 10000000 1001011 0 101100 1000011 1010 10101 1001011 111100

Color Harmonies of #E5804B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5804B

Black with #E5804B

Text Example


Text Example

White with #E5804B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5804B; }

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

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

background-color css

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

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

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

border-color css

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

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

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