Html Css Color HEX #E2804D Jaffa

📋 copy color: '#E2804D'

red 226 ◦ green 128 ◦ blue 77

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

Shades of Jaffa #E2804D

Tints of Jaffa #E2804D

RGB

 RED value IS 226 (88.67% from 255) = 52.44%

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

 BLUE value IS 77 (30.47% from 255) = 17.87%

R = 52.44%
G = 29.7%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#E2804D (or 0xE2804D) is known color: Jaffa. HEX triplet: E2, 80 and 4D. RGB value is (226,128,77). Sum of RGB (Red+Green+Blue) = 226+128+77=431 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.44% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 77 (30.47% from 255 or 17.87% from 431); Max value from RGB is 226 - color contains mainly: red. Hex color #E2804D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2804D is #1D7FB2. Grayscale: #979797. Windows color (decimal): -1933235 or 5079266. OLE color: 5079266.

HSL color Cylindrical-coordinate representation of color #E2804D: hue angle of 20.54º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E2804D is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 128 77 -
CMYK 0 0.43 0.66 0.11
HSL 20.54º 0.72% 0.59% -
HSV(B) 20.54º 0.66% 0.89% -
XYZ 40.42 32.14 11.09 -
YUV 151.49 85.97 181.15 -
System Red Green Blue C M Y K H S L
Decimal 226 128 77 0 0.43 0.66 0.11 20.54 0.72 0.59
Hex E2 80 4D 0 2B 42 B 15 48 3B
Octal 342 200 115 0 53 102 13 25 110 73
Binary 11100010 10000000 1001101 0 101011 1000010 1011 10101 1001000 111011

Color Harmonies of #E2804D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2804D

Black with #E2804D

Text Example


Text Example

White with #E2804D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2804D; }

 p { color: rgb(226,128,77); }

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

background-color css

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

 a { background-color: rgb(226,128,77); }

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

border-color css

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

 span { border-color: rgb(226,128,77); }

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