Html Css Color HEX #EA7340 Jaffa

📋 copy color: '#EA7340'

red 234 ◦ green 115 ◦ blue 64

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

Shades of Jaffa #EA7340

Tints of Jaffa #EA7340

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.85%

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

R = 56.66%
G = 27.85%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EA7340 (or 0xEA7340) is known color: Jaffa. HEX triplet: EA, 73 and 40. RGB value is (234,115,64). Sum of RGB (Red+Green+Blue) = 234+115+64=413 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.66% from 413); Green value is 115 (45.31% from 255 or 27.85% from 413); Blue value is 64 (25.39% from 255 or 15.50% from 413); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7340 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7340 is #158CBF. Grayscale: #919191. Windows color (decimal): -1412288 or 4223978. OLE color: 4223978.

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

Color convert

RGB 234 115 64 -
CMYK 0 0.51 0.73 0.08
HSL 18º 0.8% 0.58% -
HSV(B) 18º 0.73% 0.92% -
XYZ 40.99 30.12 8.5 -
YUV 144.77 82.42 191.65 -
System Red Green Blue C M Y K H S L
Decimal 234 115 64 0 0.51 0.73 0.08 18 0.8 0.58
Hex EA 73 40 0 33 49 8 12 50 3A
Octal 352 163 100 0 63 111 10 22 120 72
Binary 11101010 1110011 1000000 0 110011 1001001 1000 10010 1010000 111010

Color Harmonies of #EA7340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7340

Black with #EA7340

Text Example


Text Example

White with #EA7340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7340; }

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

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

background-color css

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

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

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

border-color css

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

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

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