Html Css Color HEX #E47940 Jaffa

📋 copy color: '#E47940'

red 228 ◦ green 121 ◦ blue 64

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

Shades of Jaffa #E47940

Tints of Jaffa #E47940

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.3%

 BLUE value IS 64 (25.39% from 255) = 15.5%

R = 55.21%
G = 29.3%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E47940 (or 0xE47940) is known color: Jaffa. HEX triplet: E4, 79 and 40. RGB value is (228,121,64). Sum of RGB (Red+Green+Blue) = 228+121+64=413 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.21% from 413); Green value is 121 (47.66% from 255 or 29.30% from 413); Blue value is 64 (25.39% from 255 or 15.50% from 413); Max value from RGB is 228 - color contains mainly: red. Hex color #E47940 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E47940 is #1B86BF. Grayscale: #929292. Windows color (decimal): -1803968 or 4225508. OLE color: 4225508.

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

Color convert

RGB 228 121 64 -
CMYK 0 0.47 0.72 0.11
HSL 20.85º 0.75% 0.57% -
HSV(B) 20.85º 0.72% 0.89% -
XYZ 39.76 30.54 8.65 -
YUV 146.5 81.45 186.13 -
System Red Green Blue C M Y K H S L
Decimal 228 121 64 0 0.47 0.72 0.11 20.85 0.75 0.57
Hex E4 79 40 0 2F 48 B 15 4B 39
Octal 344 171 100 0 57 110 13 25 113 71
Binary 11100100 1111001 1000000 0 101111 1001000 1011 10101 1001011 111001

Color Harmonies of #E47940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47940

Black with #E47940

Text Example


Text Example

White with #E47940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47940; }

 p { color: rgb(228,121,64); }

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

background-color css

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

 a { background-color: rgb(228,121,64); }

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

border-color css

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

 span { border-color: rgb(228,121,64); }

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