Html Css Color HEX #EA7747 Jaffa

📋 copy color: '#EA7747'

red 234 ◦ green 119 ◦ blue 71

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

Shades of Jaffa #EA7747

Tints of Jaffa #EA7747

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.07%

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

R = 55.19%
G = 28.07%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EA7747 (or 0xEA7747) is known color: Jaffa. HEX triplet: EA, 77 and 47. RGB value is (234,119,71). Sum of RGB (Red+Green+Blue) = 234+119+71=424 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.19% from 424); Green value is 119 (46.88% from 255 or 28.07% from 424); Blue value is 71 (28.12% from 255 or 16.75% from 424); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7747 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7747 is #1588B8. Grayscale: #949494. Windows color (decimal): -1411257 or 4683754. OLE color: 4683754.

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

Color convert

RGB 234 119 71 -
CMYK 0 0.49 0.70 0.08
HSL 17.67º 0.8% 0.6% -
HSV(B) 17.67º 0.7% 0.92% -
XYZ 41.67 31.14 9.78 -
YUV 147.91 84.6 189.4 -
System Red Green Blue C M Y K H S L
Decimal 234 119 71 0 0.49 0.70 0.08 17.67 0.8 0.6
Hex EA 77 47 0 31 46 8 12 50 3C
Octal 352 167 107 0 61 106 10 22 120 74
Binary 11101010 1110111 1000111 0 110001 1000110 1000 10010 1010000 111100

Color Harmonies of #EA7747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7747

Black with #EA7747

Text Example


Text Example

White with #EA7747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7747; }

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

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

background-color css

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

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

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

border-color css

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

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

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