Html Css Color HEX #E28045 Jaffa

📋 copy color: '#E28045'

red 226 ◦ green 128 ◦ blue 69

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

Shades of Jaffa #E28045

Tints of Jaffa #E28045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.31%

R = 53.43%
G = 30.26%
B = 16.31%

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

#E28045 (or 0xE28045) is known color: Jaffa. HEX triplet: E2, 80 and 45. RGB value is (226,128,69). Sum of RGB (Red+Green+Blue) = 226+128+69=423 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.43% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 69 (27.34% from 255 or 16.31% from 423); Max value from RGB is 226 - color contains mainly: red. Hex color #E28045 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E28045 is #1D7FBA. Grayscale: #969696. Windows color (decimal): -1933243 or 4554978. OLE color: 4554978.

HSL color Cylindrical-coordinate representation of color #E28045: hue angle of 22.55º 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 #E28045 is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 128 69 -
CMYK 0 0.43 0.69 0.11
HSL 22.55º 0.73% 0.58% -
HSV(B) 22.55º 0.69% 0.89% -
XYZ 40.16 32.04 9.7 -
YUV 150.58 81.97 181.8 -
System Red Green Blue C M Y K H S L
Decimal 226 128 69 0 0.43 0.69 0.11 22.55 0.73 0.58
Hex E2 80 45 0 2B 45 B 17 49 3A
Octal 342 200 105 0 53 105 13 27 111 72
Binary 11100010 10000000 1000101 0 101011 1000101 1011 10111 1001001 111010

Color Harmonies of #E28045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28045

Black with #E28045

Text Example


Text Example

White with #E28045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28045; }

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

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

background-color css

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

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

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

border-color css

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

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

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