Html Css Color HEX #E28149 Jaffa

📋 copy color: '#E28149'

red 226 ◦ green 129 ◦ blue 73

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

Shades of Jaffa #E28149

Tints of Jaffa #E28149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 17.06%

R = 52.8%
G = 30.14%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#E28149 (or 0xE28149) is known color: Jaffa. HEX triplet: E2, 81 and 49. RGB value is (226,129,73). Sum of RGB (Red+Green+Blue) = 226+129+73=428 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.80% from 428); Green value is 129 (50.78% from 255 or 30.14% from 428); Blue value is 73 (28.91% from 255 or 17.06% from 428); Max value from RGB is 226 - color contains mainly: red. Hex color #E28149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E28149 is #1D7EB6. Grayscale: #979797. Windows color (decimal): -1932983 or 4817378. OLE color: 4817378.

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

Color convert

RGB 226 129 73 -
CMYK 0 0.43 0.68 0.11
HSL 21.96º 0.73% 0.59% -
HSV(B) 21.96º 0.68% 0.89% -
XYZ 40.42 32.35 10.42 -
YUV 151.62 83.64 181.05 -
System Red Green Blue C M Y K H S L
Decimal 226 129 73 0 0.43 0.68 0.11 21.96 0.73 0.59
Hex E2 81 49 0 2B 44 B 16 49 3B
Octal 342 201 111 0 53 104 13 26 111 73
Binary 11100010 10000001 1001001 0 101011 1000100 1011 10110 1001001 111011

Color Harmonies of #E28149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28149

Black with #E28149

Text Example


Text Example

White with #E28149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28149; }

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

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

background-color css

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

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

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

border-color css

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

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

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