Html Css Color HEX #EA7042 Jaffa

📋 copy color: '#EA7042'

red 234 ◦ green 112 ◦ blue 66

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

Shades of Jaffa #EA7042

Tints of Jaffa #EA7042

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.18%

 BLUE value IS 66 (26.17% from 255) = 16.02%

R = 56.8%
G = 27.18%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EA7042 (or 0xEA7042) is known color: Jaffa. HEX triplet: EA, 70 and 42. RGB value is (234,112,66). Sum of RGB (Red+Green+Blue) = 234+112+66=412 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.80% from 412); Green value is 112 (44.14% from 255 or 27.18% from 412); Blue value is 66 (26.17% from 255 or 16.02% from 412); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7042 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7042 is #158FBD. Grayscale: #8F8F8F. Windows color (decimal): -1413054 or 4354282. OLE color: 4354282.

HSL color Cylindrical-coordinate representation of color #EA7042: hue angle of 16.43º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EA7042 is Cyan = 0, Magento = 0.52, Yellow = 0.72 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 112 66 -
CMYK 0 0.52 0.72 0.08
HSL 16.43º 0.8% 0.59% -
HSV(B) 16.43º 0.72% 0.92% -
XYZ 40.71 29.47 8.7 -
YUV 143.23 84.42 192.74 -
System Red Green Blue C M Y K H S L
Decimal 234 112 66 0 0.52 0.72 0.08 16.43 0.8 0.59
Hex EA 70 42 0 34 48 8 10 50 3B
Octal 352 160 102 0 64 110 10 20 120 73
Binary 11101010 1110000 1000010 0 110100 1001000 1000 10000 1010000 111011

Color Harmonies of #EA7042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7042

Black with #EA7042

Text Example


Text Example

White with #EA7042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7042; }

 p { color: rgb(234,112,66); }

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

background-color css

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

 a { background-color: rgb(234,112,66); }

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

border-color css

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

 span { border-color: rgb(234,112,66); }

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