Html Css Color HEX #EA7744 Jaffa

📋 copy color: '#EA7744'

red 234 ◦ green 119 ◦ blue 68

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

Shades of Jaffa #EA7744

Tints of Jaffa #EA7744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.15%

R = 55.58%
G = 28.27%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EA7744 (or 0xEA7744) is known color: Jaffa. HEX triplet: EA, 77 and 44. RGB value is (234,119,68). Sum of RGB (Red+Green+Blue) = 234+119+68=421 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.58% from 421); Green value is 119 (46.88% from 255 or 28.27% from 421); Blue value is 68 (26.95% from 255 or 16.15% from 421); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7744 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7744 is #1588BB. Grayscale: #939393. Windows color (decimal): -1411260 or 4487146. OLE color: 4487146.

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

Color convert

RGB 234 119 68 -
CMYK 0 0.49 0.71 0.08
HSL 18.43º 0.8% 0.59% -
HSV(B) 18.43º 0.71% 0.92% -
XYZ 41.57 31.1 9.28 -
YUV 147.57 83.1 189.65 -
System Red Green Blue C M Y K H S L
Decimal 234 119 68 0 0.49 0.71 0.08 18.43 0.8 0.59
Hex EA 77 44 0 31 47 8 12 50 3B
Octal 352 167 104 0 61 107 10 22 120 73
Binary 11101010 1110111 1000100 0 110001 1000111 1000 10010 1010000 111011

Color Harmonies of #EA7744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7744

Black with #EA7744

Text Example


Text Example

White with #EA7744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7744; }

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

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

background-color css

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

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

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

border-color css

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

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

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