Html Css Color HEX #E47646 Jaffa

📋 copy color: '#E47646'

red 228 ◦ green 118 ◦ blue 70

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

Shades of Jaffa #E47646

Tints of Jaffa #E47646

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.37%

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

R = 54.81%
G = 28.37%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#E47646 (or 0xE47646) is known color: Jaffa. HEX triplet: E4, 76 and 46. RGB value is (228,118,70). Sum of RGB (Red+Green+Blue) = 228+118+70=416 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.81% from 416); Green value is 118 (46.48% from 255 or 28.37% from 416); Blue value is 70 (27.73% from 255 or 16.83% from 416); Max value from RGB is 228 - color contains mainly: red. Hex color #E47646 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E47646 is #1B89B9. Grayscale: #919191. Windows color (decimal): -1804730 or 4617956. OLE color: 4617956.

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

Color convert

RGB 228 118 70 -
CMYK 0 0.48 0.69 0.11
HSL 18.23º 0.75% 0.58% -
HSV(B) 18.23º 0.69% 0.89% -
XYZ 39.58 29.89 9.48 -
YUV 145.42 85.44 186.9 -
System Red Green Blue C M Y K H S L
Decimal 228 118 70 0 0.48 0.69 0.11 18.23 0.75 0.58
Hex E4 76 46 0 30 45 B 12 4B 3A
Octal 344 166 106 0 60 105 13 22 113 72
Binary 11100100 1110110 1000110 0 110000 1000101 1011 10010 1001011 111010

Color Harmonies of #E47646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47646

Black with #E47646

Text Example


Text Example

White with #E47646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47646; }

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

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

background-color css

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

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

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

border-color css

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

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

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