Html Css Color HEX #E28252 Jaffa

📋 copy color: '#E28252'

red 226 ◦ green 130 ◦ blue 82

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

Shades of Jaffa #E28252

Tints of Jaffa #E28252

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.68%

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

R = 51.6%
G = 29.68%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.64

 K value IS 0.11

RGB Variations

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

Color information

#E28252 (or 0xE28252) is known color: Jaffa. HEX triplet: E2, 82 and 52. RGB value is (226,130,82). Sum of RGB (Red+Green+Blue) = 226+130+82=438 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.60% from 438); Green value is 130 (51.17% from 255 or 29.68% from 438); Blue value is 82 (32.42% from 255 or 18.72% from 438); Max value from RGB is 226 - color contains mainly: red. Hex color #E28252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28252 is #1D7DAD. Grayscale: #999999. Windows color (decimal): -1932718 or 5407458. OLE color: 5407458.

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

Color convert

RGB 226 130 82 -
CMYK 0 0.42 0.64 0.11
HSL 20º 0.71% 0.6% -
HSV(B) 20º 0.64% 0.89% -
XYZ 40.87 32.74 12.15 -
YUV 153.23 87.8 179.9 -
System Red Green Blue C M Y K H S L
Decimal 226 130 82 0 0.42 0.64 0.11 20 0.71 0.6
Hex E2 82 52 0 2A 40 B 14 47 3C
Octal 342 202 122 0 52 100 13 24 107 74
Binary 11100010 10000010 1010010 0 101010 1000000 1011 10100 1000111 111100

Color Harmonies of #E28252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28252

Black with #E28252

Text Example


Text Example

White with #E28252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28252; }

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

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

background-color css

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

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

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

border-color css

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

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

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