Html Css Color HEX #E47F4A Jaffa

📋 copy color: '#E47F4A'

red 228 ◦ green 127 ◦ blue 74

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

Shades of Jaffa #E47F4A

Tints of Jaffa #E47F4A

RGB

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

 GREEN value IS 127 (50% from 255) = 29.6%

 BLUE value IS 74 (29.3% from 255) = 17.25%

R = 53.15%
G = 29.6%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#E47F4A (or 0xE47F4A) is known color: Jaffa. HEX triplet: E4, 7F and 4A. RGB value is (228,127,74). Sum of RGB (Red+Green+Blue) = 228+127+74=429 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.15% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 74 (29.30% from 255 or 17.25% from 429); Max value from RGB is 228 - color contains mainly: red. Hex color #E47F4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E47F4A is #1B80B5. Grayscale: #979797. Windows color (decimal): -1802422 or 4882404. OLE color: 4882404.

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

Color convert

RGB 228 127 74 -
CMYK 0 0.44 0.68 0.11
HSL 20.65º 0.74% 0.59% -
HSV(B) 20.65º 0.68% 0.89% -
XYZ 40.82 32.17 10.54 -
YUV 151.16 84.46 182.81 -
System Red Green Blue C M Y K H S L
Decimal 228 127 74 0 0.44 0.68 0.11 20.65 0.74 0.59
Hex E4 7F 4A 0 2C 44 B 15 4A 3B
Octal 344 177 112 0 54 104 13 25 112 73
Binary 11100100 1111111 1001010 0 101100 1000100 1011 10101 1001010 111011

Color Harmonies of #E47F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47F4A

Black with #E47F4A

Text Example


Text Example

White with #E47F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47F4A; }

 p { color: rgb(228,127,74); }

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

background-color css

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

 a { background-color: rgb(228,127,74); }

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

border-color css

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

 span { border-color: rgb(228,127,74); }

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