Html Css Color HEX #E28046 Jaffa

📋 copy color: '#E28046'

red 226 ◦ green 128 ◦ blue 70

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

Shades of Jaffa #E28046

Tints of Jaffa #E28046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.51%

R = 53.3%
G = 30.19%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#E28046 (or 0xE28046) is known color: Jaffa. HEX triplet: E2, 80 and 46. RGB value is (226,128,70). Sum of RGB (Red+Green+Blue) = 226+128+70=424 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.30% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 70 (27.73% from 255 or 16.51% from 424); Max value from RGB is 226 - color contains mainly: red. Hex color #E28046 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E28046 is #1D7FB9. Grayscale: #979797. Windows color (decimal): -1933242 or 4620514. OLE color: 4620514.

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

Color convert

RGB 226 128 70 -
CMYK 0 0.43 0.69 0.11
HSL 22.31º 0.73% 0.58% -
HSV(B) 22.31º 0.69% 0.89% -
XYZ 40.19 32.05 9.86 -
YUV 150.69 82.47 181.72 -
System Red Green Blue C M Y K H S L
Decimal 226 128 70 0 0.43 0.69 0.11 22.31 0.73 0.58
Hex E2 80 46 0 2B 45 B 16 49 3A
Octal 342 200 106 0 53 105 13 26 111 72
Binary 11100010 10000000 1000110 0 101011 1000101 1011 10110 1001001 111010

Color Harmonies of #E28046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28046

Black with #E28046

Text Example


Text Example

White with #E28046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28046; }

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

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

background-color css

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

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

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

border-color css

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

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

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