Html Css Color HEX #E28150 Jaffa

📋 copy color: '#E28150'

red 226 ◦ green 129 ◦ blue 80

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

Shades of Jaffa #E28150

Tints of Jaffa #E28150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.39%

R = 51.95%
G = 29.66%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E28150 (or 0xE28150) is known color: Jaffa. HEX triplet: E2, 81 and 50. RGB value is (226,129,80). Sum of RGB (Red+Green+Blue) = 226+129+80=435 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.95% from 435); Green value is 129 (50.78% from 255 or 29.66% from 435); Blue value is 80 (31.64% from 255 or 18.39% from 435); Max value from RGB is 226 - color contains mainly: red. Hex color #E28150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28150 is #1D7EAF. Grayscale: #989898. Windows color (decimal): -1932976 or 5276130. OLE color: 5276130.

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

Color convert

RGB 226 129 80 -
CMYK 0 0.43 0.65 0.11
HSL 20.14º 0.72% 0.6% -
HSV(B) 20.14º 0.65% 0.89% -
XYZ 40.66 32.45 11.71 -
YUV 152.42 87.14 180.48 -
System Red Green Blue C M Y K H S L
Decimal 226 129 80 0 0.43 0.65 0.11 20.14 0.72 0.6
Hex E2 81 50 0 2B 41 B 14 48 3C
Octal 342 201 120 0 53 101 13 24 110 74
Binary 11100010 10000001 1010000 0 101011 1000001 1011 10100 1001000 111100

Color Harmonies of #E28150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28150

Black with #E28150

Text Example


Text Example

White with #E28150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28150; }

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

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

background-color css

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

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

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

border-color css

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

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

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