Html Css Color HEX #E07749 Jaffa

📋 copy color: '#E07749'

red 224 ◦ green 119 ◦ blue 73

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

Shades of Jaffa #E07749

Tints of Jaffa #E07749

RGB

 RED value IS 224 (87.89% from 255) = 53.85%

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

 BLUE value IS 73 (28.91% from 255) = 17.55%

R = 53.85%
G = 28.61%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E07749 (or 0xE07749) is known color: Jaffa. HEX triplet: E0, 77 and 49. RGB value is (224,119,73). Sum of RGB (Red+Green+Blue) = 224+119+73=416 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.85% from 416); Green value is 119 (46.88% from 255 or 28.61% from 416); Blue value is 73 (28.91% from 255 or 17.55% from 416); Max value from RGB is 224 - color contains mainly: red. Hex color #E07749 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07749 is #1F88B6. Grayscale: #919191. Windows color (decimal): -2066615 or 4814816. OLE color: 4814816.

HSL color Cylindrical-coordinate representation of color #E07749: hue angle of 18.28º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E07749 is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 119 73 -
CMYK 0 0.47 0.67 0.12
HSL 18.28º 0.71% 0.58% -
HSV(B) 18.28º 0.67% 0.88% -
XYZ 38.54 29.52 9.97 -
YUV 145.15 87.29 184.24 -
System Red Green Blue C M Y K H S L
Decimal 224 119 73 0 0.47 0.67 0.12 18.28 0.71 0.58
Hex E0 77 49 0 2F 43 C 12 47 3A
Octal 340 167 111 0 57 103 14 22 107 72
Binary 11100000 1110111 1001001 0 101111 1000011 1100 10010 1000111 111010

Color Harmonies of #E07749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07749

Black with #E07749

Text Example


Text Example

White with #E07749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07749; }

 p { color: rgb(224,119,73); }

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

background-color css

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

 a { background-color: rgb(224,119,73); }

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

border-color css

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

 span { border-color: rgb(224,119,73); }

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