Html Css Color HEX #E07445 Jaffa

📋 copy color: '#E07445'

red 224 ◦ green 116 ◦ blue 69

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

Shades of Jaffa #E07445

Tints of Jaffa #E07445

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.36%

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

R = 54.77%
G = 28.36%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E07445 (or 0xE07445) is known color: Jaffa. HEX triplet: E0, 74 and 45. RGB value is (224,116,69). Sum of RGB (Red+Green+Blue) = 224+116+69=409 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.77% from 409); Green value is 116 (45.70% from 255 or 28.36% from 409); Blue value is 69 (27.34% from 255 or 16.87% from 409); Max value from RGB is 224 - color contains mainly: red. Hex color #E07445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07445 is #1F8BBA. Grayscale: #8F8F8F. Windows color (decimal): -2067387 or 4551904. OLE color: 4551904.

HSL color Cylindrical-coordinate representation of color #E07445: hue angle of 18.19º 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 #E07445 is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 116 69 -
CMYK 0 0.48 0.69 0.12
HSL 18.19º 0.71% 0.57% -
HSV(B) 18.19º 0.69% 0.88% -
XYZ 38.06 28.77 9.18 -
YUV 142.93 86.28 185.82 -
System Red Green Blue C M Y K H S L
Decimal 224 116 69 0 0.48 0.69 0.12 18.19 0.71 0.57
Hex E0 74 45 0 30 45 C 12 47 39
Octal 340 164 105 0 60 105 14 22 107 71
Binary 11100000 1110100 1000101 0 110000 1000101 1100 10010 1000111 111001

Color Harmonies of #E07445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07445

Black with #E07445

Text Example


Text Example

White with #E07445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07445; }

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

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

background-color css

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

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

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

border-color css

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

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

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