Html Css Color HEX #E47C4A Jaffa

📋 copy color: '#E47C4A'

red 228 ◦ green 124 ◦ blue 74

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

Shades of Jaffa #E47C4A

Tints of Jaffa #E47C4A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.11%

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

R = 53.52%
G = 29.11%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#E47C4A (or 0xE47C4A) is known color: Jaffa. HEX triplet: E4, 7C and 4A. RGB value is (228,124,74). Sum of RGB (Red+Green+Blue) = 228+124+74=426 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.52% from 426); Green value is 124 (48.83% from 255 or 29.11% from 426); Blue value is 74 (29.30% from 255 or 17.37% from 426); Max value from RGB is 228 - color contains mainly: red. Hex color #E47C4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E47C4A is #1B83B5. Grayscale: #959595. Windows color (decimal): -1803190 or 4881636. OLE color: 4881636.

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

Color convert

RGB 228 124 74 -
CMYK 0 0.46 0.68 0.11
HSL 19.48º 0.74% 0.59% -
HSV(B) 19.48º 0.68% 0.89% -
XYZ 40.44 31.4 10.41 -
YUV 149.4 85.46 184.07 -
System Red Green Blue C M Y K H S L
Decimal 228 124 74 0 0.46 0.68 0.11 19.48 0.74 0.59
Hex E4 7C 4A 0 2E 44 B 13 4A 3B
Octal 344 174 112 0 56 104 13 23 112 73
Binary 11100100 1111100 1001010 0 101110 1000100 1011 10011 1001010 111011

Color Harmonies of #E47C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47C4A

Black with #E47C4A

Text Example


Text Example

White with #E47C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47C4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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