Html Css Color HEX #E28152 Jaffa

📋 copy color: '#E28152'

red 226 ◦ green 129 ◦ blue 82

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

Shades of Jaffa #E28152

Tints of Jaffa #E28152

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.52%

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

R = 51.72%
G = 29.52%
B = 18.76%

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

#E28152 (or 0xE28152) is known color: Jaffa. HEX triplet: E2, 81 and 52. RGB value is (226,129,82). Sum of RGB (Red+Green+Blue) = 226+129+82=437 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.72% from 437); Green value is 129 (50.78% from 255 or 29.52% from 437); Blue value is 82 (32.42% from 255 or 18.76% from 437); Max value from RGB is 226 - color contains mainly: red. Hex color #E28152 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28152 is #1D7EAD. Grayscale: #989898. Windows color (decimal): -1932974 or 5407202. OLE color: 5407202.

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

Color convert

RGB 226 129 82 -
CMYK 0 0.43 0.64 0.11
HSL 19.58º 0.71% 0.6% -
HSV(B) 19.58º 0.64% 0.89% -
XYZ 40.74 32.48 12.1 -
YUV 152.65 88.14 180.32 -
System Red Green Blue C M Y K H S L
Decimal 226 129 82 0 0.43 0.64 0.11 19.58 0.71 0.6
Hex E2 81 52 0 2B 40 B 14 47 3C
Octal 342 201 122 0 53 100 13 24 107 74
Binary 11100010 10000001 1010010 0 101011 1000000 1011 10100 1000111 111100

Color Harmonies of #E28152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28152

Black with #E28152

Text Example


Text Example

White with #E28152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28152; }

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

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

background-color css

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

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

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

border-color css

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

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

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