Html Css Color HEX #EA7446 Jaffa

📋 copy color: '#EA7446'

red 234 ◦ green 116 ◦ blue 70

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

Shades of Jaffa #EA7446

Tints of Jaffa #EA7446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.67%

R = 55.71%
G = 27.62%
B = 16.67%

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

#EA7446 (or 0xEA7446) is known color: Jaffa. HEX triplet: EA, 74 and 46. RGB value is (234,116,70). Sum of RGB (Red+Green+Blue) = 234+116+70=420 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.71% from 420); Green value is 116 (45.70% from 255 or 27.62% from 420); Blue value is 70 (27.73% from 255 or 16.67% from 420); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7446 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7446 is #158BB9. Grayscale: #929292. Windows color (decimal): -1412026 or 4617450. OLE color: 4617450.

HSL color Cylindrical-coordinate representation of color #EA7446: hue angle of 16.83º 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 #EA7446 is Cyan = 0, Magento = 0.50, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 116 70 -
CMYK 0 0.50 0.70 0.08
HSL 16.83º 0.8% 0.6% -
HSV(B) 16.83º 0.7% 0.92% -
XYZ 41.28 30.43 9.49 -
YUV 146.04 85.09 190.74 -
System Red Green Blue C M Y K H S L
Decimal 234 116 70 0 0.50 0.70 0.08 16.83 0.8 0.6
Hex EA 74 46 0 32 46 8 11 50 3C
Octal 352 164 106 0 62 106 10 21 120 74
Binary 11101010 1110100 1000110 0 110010 1000110 1000 10001 1010000 111100

Color Harmonies of #EA7446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7446

Black with #EA7446

Text Example


Text Example

White with #EA7446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7446; }

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

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

background-color css

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

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

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

border-color css

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

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

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