Html Css Color HEX #E47D49 Jaffa

📋 copy color: '#E47D49'

red 228 ◦ green 125 ◦ blue 73

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

Shades of Jaffa #E47D49

Tints of Jaffa #E47D49

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.34%

 BLUE value IS 73 (28.91% from 255) = 17.14%

R = 53.52%
G = 29.34%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#E47D49 (or 0xE47D49) is known color: Jaffa. HEX triplet: E4, 7D and 49. RGB value is (228,125,73). Sum of RGB (Red+Green+Blue) = 228+125+73=426 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.52% from 426); Green value is 125 (49.22% from 255 or 29.34% from 426); Blue value is 73 (28.91% from 255 or 17.14% from 426); Max value from RGB is 228 - color contains mainly: red. Hex color #E47D49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E47D49 is #1B82B6. Grayscale: #969696. Windows color (decimal): -1802935 or 4816356. OLE color: 4816356.

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

Color convert

RGB 228 125 73 -
CMYK 0 0.45 0.68 0.11
HSL 20.13º 0.74% 0.59% -
HSV(B) 20.13º 0.68% 0.89% -
XYZ 40.53 31.64 10.27 -
YUV 149.87 84.62 183.73 -
System Red Green Blue C M Y K H S L
Decimal 228 125 73 0 0.45 0.68 0.11 20.13 0.74 0.59
Hex E4 7D 49 0 2D 44 B 14 4A 3B
Octal 344 175 111 0 55 104 13 24 112 73
Binary 11100100 1111101 1001001 0 101101 1000100 1011 10100 1001010 111011

Color Harmonies of #E47D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47D49

Black with #E47D49

Text Example


Text Example

White with #E47D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47D49; }

 p { color: rgb(228,125,73); }

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

background-color css

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

 a { background-color: rgb(228,125,73); }

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

border-color css

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

 span { border-color: rgb(228,125,73); }

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