Html Css Color HEX #EA7547 Jaffa

📋 copy color: '#EA7547'

red 234 ◦ green 117 ◦ blue 71

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

Shades of Jaffa #EA7547

Tints of Jaffa #EA7547

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.73%

 BLUE value IS 71 (28.13% from 255) = 16.82%

R = 55.45%
G = 27.73%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EA7547 (or 0xEA7547) is known color: Jaffa. HEX triplet: EA, 75 and 47. RGB value is (234,117,71). Sum of RGB (Red+Green+Blue) = 234+117+71=422 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.45% from 422); Green value is 117 (46.09% from 255 or 27.73% from 422); Blue value is 71 (28.12% from 255 or 16.82% from 422); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7547 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7547 is #158AB8. Grayscale: #939393. Windows color (decimal): -1411769 or 4683242. OLE color: 4683242.

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

Color convert

RGB 234 117 71 -
CMYK 0 0.5 0.70 0.08
HSL 16.93º 0.8% 0.6% -
HSV(B) 16.93º 0.7% 0.92% -
XYZ 41.43 30.67 9.7 -
YUV 146.74 85.26 190.24 -
System Red Green Blue C M Y K H S L
Decimal 234 117 71 0 0.5 0.70 0.08 16.93 0.8 0.6
Hex EA 75 47 0 32 46 8 11 50 3C
Octal 352 165 107 0 62 106 10 21 120 74
Binary 11101010 1110101 1000111 0 110010 1000110 1000 10001 1010000 111100

Color Harmonies of #EA7547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7547

Black with #EA7547

Text Example


Text Example

White with #EA7547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7547; }

 p { color: rgb(234,117,71); }

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

background-color css

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

 a { background-color: rgb(234,117,71); }

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

border-color css

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

 span { border-color: rgb(234,117,71); }

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