Html Css Color HEX #EA7040 Jaffa

📋 copy color: '#EA7040'

red 234 ◦ green 112 ◦ blue 64

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

Shades of Jaffa #EA7040

Tints of Jaffa #EA7040

RGB

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

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

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

R = 57.07%
G = 27.32%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EA7040 (or 0xEA7040) is known color: Jaffa. HEX triplet: EA, 70 and 40. RGB value is (234,112,64). Sum of RGB (Red+Green+Blue) = 234+112+64=410 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.07% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 64 (25.39% from 255 or 15.61% from 410); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7040 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7040 is #158FBF. Grayscale: #8F8F8F. Windows color (decimal): -1413056 or 4223210. OLE color: 4223210.

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

Color convert

RGB 234 112 64 -
CMYK 0 0.52 0.73 0.08
HSL 16.94º 0.8% 0.58% -
HSV(B) 16.94º 0.73% 0.92% -
XYZ 40.65 29.45 8.39 -
YUV 143.01 83.42 192.9 -
System Red Green Blue C M Y K H S L
Decimal 234 112 64 0 0.52 0.73 0.08 16.94 0.8 0.58
Hex EA 70 40 0 34 49 8 11 50 3A
Octal 352 160 100 0 64 111 10 21 120 72
Binary 11101010 1110000 1000000 0 110100 1001001 1000 10001 1010000 111010

Color Harmonies of #EA7040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7040

Black with #EA7040

Text Example


Text Example

White with #EA7040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7040; }

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

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

background-color css

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

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

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

border-color css

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

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

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