Html Css Color HEX #E47046 Jaffa

📋 copy color: '#E47046'

red 228 ◦ green 112 ◦ blue 70

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

Shades of Jaffa #E47046

Tints of Jaffa #E47046

RGB

 RED value IS 228 (89.45% from 255) = 55.61%

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

 BLUE value IS 70 (27.73% from 255) = 17.07%

R = 55.61%
G = 27.32%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#E47046 (or 0xE47046) is known color: Jaffa. HEX triplet: E4, 70 and 46. RGB value is (228,112,70). Sum of RGB (Red+Green+Blue) = 228+112+70=410 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.61% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 70 (27.73% from 255 or 17.07% from 410); Max value from RGB is 228 - color contains mainly: red. Hex color #E47046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E47046 is #1B8FB9. Grayscale: #8E8E8E. Windows color (decimal): -1806266 or 4616420. OLE color: 4616420.

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

Color convert

RGB 228 112 70 -
CMYK 0 0.51 0.69 0.11
HSL 15.95º 0.75% 0.58% -
HSV(B) 15.95º 0.69% 0.89% -
XYZ 38.89 28.52 9.25 -
YUV 141.9 87.43 189.42 -
System Red Green Blue C M Y K H S L
Decimal 228 112 70 0 0.51 0.69 0.11 15.95 0.75 0.58
Hex E4 70 46 0 33 45 B 10 4B 3A
Octal 344 160 106 0 63 105 13 20 113 72
Binary 11100100 1110000 1000110 0 110011 1000101 1011 10000 1001011 111010

Color Harmonies of #E47046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47046

Black with #E47046

Text Example


Text Example

White with #E47046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47046; }

 p { color: rgb(228,112,70); }

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

background-color css

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

 a { background-color: rgb(228,112,70); }

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

border-color css

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

 span { border-color: rgb(228,112,70); }

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