Html Css Color HEX #E07245 Jaffa

📋 copy color: '#E07245'

red 224 ◦ green 114 ◦ blue 69

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

Shades of Jaffa #E07245

Tints of Jaffa #E07245

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.01%

 BLUE value IS 69 (27.34% from 255) = 16.95%

R = 55.04%
G = 28.01%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E07245 (or 0xE07245) is known color: Jaffa. HEX triplet: E0, 72 and 45. RGB value is (224,114,69). Sum of RGB (Red+Green+Blue) = 224+114+69=407 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.04% from 407); Green value is 114 (44.92% from 255 or 28.01% from 407); Blue value is 69 (27.34% from 255 or 16.95% from 407); Max value from RGB is 224 - color contains mainly: red. Hex color #E07245 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07245 is #1F8DBA. Grayscale: #8E8E8E. Windows color (decimal): -2067899 or 4551392. OLE color: 4551392.

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

Color convert

RGB 224 114 69 -
CMYK 0 0.49 0.69 0.12
HSL 17.42º 0.71% 0.57% -
HSV(B) 17.42º 0.69% 0.88% -
XYZ 37.83 28.31 9.1 -
YUV 141.76 86.94 186.66 -
System Red Green Blue C M Y K H S L
Decimal 224 114 69 0 0.49 0.69 0.12 17.42 0.71 0.57
Hex E0 72 45 0 31 45 C 11 47 39
Octal 340 162 105 0 61 105 14 21 107 71
Binary 11100000 1110010 1000101 0 110001 1000101 1100 10001 1000111 111001

Color Harmonies of #E07245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07245

Black with #E07245

Text Example


Text Example

White with #E07245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07245; }

 p { color: rgb(224,114,69); }

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

background-color css

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

 a { background-color: rgb(224,114,69); }

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

border-color css

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

 span { border-color: rgb(224,114,69); }

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