Html Css Color HEX #E28052 Jaffa

📋 copy color: '#E28052'

red 226 ◦ green 128 ◦ blue 82

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

Shades of Jaffa #E28052

Tints of Jaffa #E28052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.81%

R = 51.83%
G = 29.36%
B = 18.81%

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

#E28052 (or 0xE28052) is known color: Jaffa. HEX triplet: E2, 80 and 52. RGB value is (226,128,82). Sum of RGB (Red+Green+Blue) = 226+128+82=436 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.83% from 436); Green value is 128 (50.39% from 255 or 29.36% from 436); Blue value is 82 (32.42% from 255 or 18.81% from 436); Max value from RGB is 226 - color contains mainly: red. Hex color #E28052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28052 is #1D7FAD. Grayscale: #989898. Windows color (decimal): -1933230 or 5406946. OLE color: 5406946.

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

Color convert

RGB 226 128 82 -
CMYK 0 0.43 0.64 0.11
HSL 19.17º 0.71% 0.6% -
HSV(B) 19.17º 0.64% 0.89% -
XYZ 40.61 32.22 12.06 -
YUV 152.06 88.47 180.74 -
System Red Green Blue C M Y K H S L
Decimal 226 128 82 0 0.43 0.64 0.11 19.17 0.71 0.6
Hex E2 80 52 0 2B 40 B 13 47 3C
Octal 342 200 122 0 53 100 13 23 107 74
Binary 11100010 10000000 1010010 0 101011 1000000 1011 10011 1000111 111100

Color Harmonies of #E28052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28052

Black with #E28052

Text Example


Text Example

White with #E28052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28052; }

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

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

background-color css

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

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

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

border-color css

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

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

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