Html Css Color HEX #E47848 Jaffa

📋 copy color: '#E47848'

red 228 ◦ green 120 ◦ blue 72

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

Shades of Jaffa #E47848

Tints of Jaffa #E47848

RGB

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

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

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

R = 54.29%
G = 28.57%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#E47848 (or 0xE47848) is known color: Jaffa. HEX triplet: E4, 78 and 48. RGB value is (228,120,72). Sum of RGB (Red+Green+Blue) = 228+120+72=420 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.29% from 420); Green value is 120 (47.27% from 255 or 28.57% from 420); Blue value is 72 (28.52% from 255 or 17.14% from 420); Max value from RGB is 228 - color contains mainly: red. Hex color #E47848 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E47848 is #1B87B7. Grayscale: #939393. Windows color (decimal): -1804216 or 4749540. OLE color: 4749540.

HSL color Cylindrical-coordinate representation of color #E47848: hue angle of 18.46º degrees, saturation: 0.74, 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 #E47848 is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 120 72 -
CMYK 0 0.47 0.68 0.11
HSL 18.46º 0.74% 0.59% -
HSV(B) 18.46º 0.68% 0.89% -
XYZ 39.88 30.39 9.9 -
YUV 146.82 85.78 185.9 -
System Red Green Blue C M Y K H S L
Decimal 228 120 72 0 0.47 0.68 0.11 18.46 0.74 0.59
Hex E4 78 48 0 2F 44 B 12 4A 3B
Octal 344 170 110 0 57 104 13 22 112 73
Binary 11100100 1111000 1001000 0 101111 1000100 1011 10010 1001010 111011

Color Harmonies of #E47848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47848

Black with #E47848

Text Example


Text Example

White with #E47848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47848; }

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

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

background-color css

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

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

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

border-color css

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

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

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