Html Css Color HEX #EA7640 Jaffa

📋 copy color: '#EA7640'

red 234 ◦ green 118 ◦ blue 64

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

Shades of Jaffa #EA7640

Tints of Jaffa #EA7640

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.37%

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

R = 56.25%
G = 28.37%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EA7640 (or 0xEA7640) is known color: Jaffa. HEX triplet: EA, 76 and 40. RGB value is (234,118,64). Sum of RGB (Red+Green+Blue) = 234+118+64=416 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.25% from 416); Green value is 118 (46.48% from 255 or 28.37% from 416); Blue value is 64 (25.39% from 255 or 15.38% from 416); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7640 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7640 is #1589BF. Grayscale: #929292. Windows color (decimal): -1411520 or 4224746. OLE color: 4224746.

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

Color convert

RGB 234 118 64 -
CMYK 0 0.50 0.73 0.08
HSL 19.06º 0.8% 0.58% -
HSV(B) 19.06º 0.73% 0.92% -
XYZ 41.34 30.82 8.62 -
YUV 146.53 81.43 190.39 -
System Red Green Blue C M Y K H S L
Decimal 234 118 64 0 0.50 0.73 0.08 19.06 0.8 0.58
Hex EA 76 40 0 32 49 8 13 50 3A
Octal 352 166 100 0 62 111 10 23 120 72
Binary 11101010 1110110 1000000 0 110010 1001001 1000 10011 1010000 111010

Color Harmonies of #EA7640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7640

Black with #EA7640

Text Example


Text Example

White with #EA7640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7640; }

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

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

background-color css

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

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

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

border-color css

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

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

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