Html Css Color HEX #E28053 Jaffa

📋 copy color: '#E28053'

red 226 ◦ green 128 ◦ blue 83

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

Shades of Jaffa #E28053

Tints of Jaffa #E28053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 18.99%

R = 51.72%
G = 29.29%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.11

RGB Variations

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

Color information

#E28053 (or 0xE28053) is known color: Jaffa. HEX triplet: E2, 80 and 53. RGB value is (226,128,83). Sum of RGB (Red+Green+Blue) = 226+128+83=437 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.72% from 437); Green value is 128 (50.39% from 255 or 29.29% from 437); Blue value is 83 (32.81% from 255 or 18.99% from 437); Max value from RGB is 226 - color contains mainly: red. Hex color #E28053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28053 is #1D7FAC. Grayscale: #989898. Windows color (decimal): -1933229 or 5472482. OLE color: 5472482.

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

Color convert

RGB 226 128 83 -
CMYK 0 0.43 0.63 0.11
HSL 18.88º 0.71% 0.61% -
HSV(B) 18.88º 0.63% 0.89% -
XYZ 40.64 32.23 12.26 -
YUV 152.17 88.97 180.66 -
System Red Green Blue C M Y K H S L
Decimal 226 128 83 0 0.43 0.63 0.11 18.88 0.71 0.61
Hex E2 80 53 0 2B 3F B 13 47 3D
Octal 342 200 123 0 53 77 13 23 107 75
Binary 11100010 10000000 1010011 0 101011 111111 1011 10011 1000111 111101

Color Harmonies of #E28053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28053

Black with #E28053

Text Example


Text Example

White with #E28053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28053; }

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

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

background-color css

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

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

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

border-color css

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

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

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