Html Css Color HEX #EA7447 Jaffa

📋 copy color: '#EA7447'

red 234 ◦ green 116 ◦ blue 71

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

Shades of Jaffa #EA7447

Tints of Jaffa #EA7447

RGB

 RED value IS 234 (91.8% from 255) = 55.58%

 GREEN value IS 116 (45.7% from 255) = 27.55%

 BLUE value IS 71 (28.13% from 255) = 16.86%

R = 55.58%
G = 27.55%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EA7447 (or 0xEA7447) is known color: Jaffa. HEX triplet: EA, 74 and 47. RGB value is (234,116,71). Sum of RGB (Red+Green+Blue) = 234+116+71=421 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.58% from 421); Green value is 116 (45.70% from 255 or 27.55% from 421); Blue value is 71 (28.12% from 255 or 16.86% from 421); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7447 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7447 is #158BB8. Grayscale: #929292. Windows color (decimal): -1412025 or 4682986. OLE color: 4682986.

HSL color Cylindrical-coordinate representation of color #EA7447: hue angle of 16.56º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EA7447 is Cyan = 0, Magento = 0.50, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 116 71 -
CMYK 0 0.50 0.70 0.08
HSL 16.56º 0.8% 0.6% -
HSV(B) 16.56º 0.7% 0.92% -
XYZ 41.31 30.44 9.66 -
YUV 146.15 85.59 190.66 -
System Red Green Blue C M Y K H S L
Decimal 234 116 71 0 0.50 0.70 0.08 16.56 0.8 0.6
Hex EA 74 47 0 32 46 8 11 50 3C
Octal 352 164 107 0 62 106 10 21 120 74
Binary 11101010 1110100 1000111 0 110010 1000110 1000 10001 1010000 111100

Color Harmonies of #EA7447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7447

Black with #EA7447

Text Example


Text Example

White with #EA7447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7447; }

 p { color: rgb(234,116,71); }

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

background-color css

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

 a { background-color: rgb(234,116,71); }

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

border-color css

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

 span { border-color: rgb(234,116,71); }

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