Html Css Color HEX #E47842 Jaffa

📋 copy color: '#E47842'

red 228 ◦ green 120 ◦ blue 66

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

Shades of Jaffa #E47842

Tints of Jaffa #E47842

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.99%

 BLUE value IS 66 (26.17% from 255) = 15.94%

R = 55.07%
G = 28.99%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#E47842 (or 0xE47842) is known color: Jaffa. HEX triplet: E4, 78 and 42. RGB value is (228,120,66). Sum of RGB (Red+Green+Blue) = 228+120+66=414 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.07% from 414); Green value is 120 (47.27% from 255 or 28.99% from 414); Blue value is 66 (26.17% from 255 or 15.94% from 414); Max value from RGB is 228 - color contains mainly: red. Hex color #E47842 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E47842 is #1B87BD. Grayscale: #929292. Windows color (decimal): -1804222 or 4356324. OLE color: 4356324.

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

Color convert

RGB 228 120 66 -
CMYK 0 0.47 0.71 0.11
HSL 20º 0.75% 0.58% -
HSV(B) 20º 0.71% 0.89% -
XYZ 39.69 30.32 8.91 -
YUV 146.14 82.78 186.39 -
System Red Green Blue C M Y K H S L
Decimal 228 120 66 0 0.47 0.71 0.11 20 0.75 0.58
Hex E4 78 42 0 2F 47 B 14 4B 3A
Octal 344 170 102 0 57 107 13 24 113 72
Binary 11100100 1111000 1000010 0 101111 1000111 1011 10100 1001011 111010

Color Harmonies of #E47842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47842

Black with #E47842

Text Example


Text Example

White with #E47842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47842; }

 p { color: rgb(228,120,66); }

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

background-color css

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

 a { background-color: rgb(228,120,66); }

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

border-color css

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

 span { border-color: rgb(228,120,66); }

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