Html Css Color HEX #E28051 Jaffa

📋 copy color: '#E28051'

red 226 ◦ green 128 ◦ blue 81

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

Shades of Jaffa #E28051

Tints of Jaffa #E28051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 18.62%

R = 51.95%
G = 29.43%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.64

 K value IS 0.11

RGB Variations

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

Color information

#E28051 (or 0xE28051) is known color: Jaffa. HEX triplet: E2, 80 and 51. RGB value is (226,128,81). Sum of RGB (Red+Green+Blue) = 226+128+81=435 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.95% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 81 (32.03% from 255 or 18.62% from 435); Max value from RGB is 226 - color contains mainly: red. Hex color #E28051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28051 is #1D7FAE. Grayscale: #989898. Windows color (decimal): -1933231 or 5341410. OLE color: 5341410.

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

Color convert

RGB 226 128 81 -
CMYK 0 0.43 0.64 0.11
HSL 19.45º 0.71% 0.6% -
HSV(B) 19.45º 0.64% 0.89% -
XYZ 40.57 32.2 11.86 -
YUV 151.94 87.97 180.82 -
System Red Green Blue C M Y K H S L
Decimal 226 128 81 0 0.43 0.64 0.11 19.45 0.71 0.6
Hex E2 80 51 0 2B 40 B 13 47 3C
Octal 342 200 121 0 53 100 13 23 107 74
Binary 11100010 10000000 1010001 0 101011 1000000 1011 10011 1000111 111100

Color Harmonies of #E28051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28051

Black with #E28051

Text Example


Text Example

White with #E28051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28051; }

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

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

background-color css

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

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

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

border-color css

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

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

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