Html Css Color HEX #E27048 Jaffa

📋 copy color: '#E27048'

red 226 ◦ green 112 ◦ blue 72

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

Shades of Jaffa #E27048

Tints of Jaffa #E27048

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.32%

 BLUE value IS 72 (28.52% from 255) = 17.56%

R = 55.12%
G = 27.32%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#E27048 (or 0xE27048) is known color: Jaffa. HEX triplet: E2, 70 and 48. RGB value is (226,112,72). Sum of RGB (Red+Green+Blue) = 226+112+72=410 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.12% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 72 (28.52% from 255 or 17.56% from 410); Max value from RGB is 226 - color contains mainly: red. Hex color #E27048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E27048 is #1D8FB7. Grayscale: #8D8D8D. Windows color (decimal): -1937336 or 4747490. OLE color: 4747490.

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

Color convert

RGB 226 112 72 -
CMYK 0 0.50 0.68 0.11
HSL 15.58º 0.73% 0.58% -
HSV(B) 15.58º 0.68% 0.89% -
XYZ 38.33 28.22 9.56 -
YUV 141.53 88.77 188.25 -
System Red Green Blue C M Y K H S L
Decimal 226 112 72 0 0.50 0.68 0.11 15.58 0.73 0.58
Hex E2 70 48 0 32 44 B 10 49 3A
Octal 342 160 110 0 62 104 13 20 111 72
Binary 11100010 1110000 1001000 0 110010 1000100 1011 10000 1001001 111010

Color Harmonies of #E27048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27048

Black with #E27048

Text Example


Text Example

White with #E27048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27048; }

 p { color: rgb(226,112,72); }

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

background-color css

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

 a { background-color: rgb(226,112,72); }

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

border-color css

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

 span { border-color: rgb(226,112,72); }

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