Html Css Color HEX #E07345 Jaffa

📋 copy color: '#E07345'

red 224 ◦ green 115 ◦ blue 69

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

Shades of Jaffa #E07345

Tints of Jaffa #E07345

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.19%

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

R = 54.9%
G = 28.19%
B = 16.91%

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

#E07345 (or 0xE07345) is known color: Jaffa. HEX triplet: E0, 73 and 45. RGB value is (224,115,69). Sum of RGB (Red+Green+Blue) = 224+115+69=408 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.90% from 408); Green value is 115 (45.31% from 255 or 28.19% from 408); Blue value is 69 (27.34% from 255 or 16.91% from 408); Max value from RGB is 224 - color contains mainly: red. Hex color #E07345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07345 is #1F8CBA. Grayscale: #8E8E8E. Windows color (decimal): -2067643 or 4551648. OLE color: 4551648.

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

Color convert

RGB 224 115 69 -
CMYK 0 0.49 0.69 0.12
HSL 17.81º 0.71% 0.57% -
HSV(B) 17.81º 0.69% 0.88% -
XYZ 37.95 28.54 9.14 -
YUV 142.35 86.61 186.24 -
System Red Green Blue C M Y K H S L
Decimal 224 115 69 0 0.49 0.69 0.12 17.81 0.71 0.57
Hex E0 73 45 0 31 45 C 12 47 39
Octal 340 163 105 0 61 105 14 22 107 71
Binary 11100000 1110011 1000101 0 110001 1000101 1100 10010 1000111 111001

Color Harmonies of #E07345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07345

Black with #E07345

Text Example


Text Example

White with #E07345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07345; }

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

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

background-color css

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

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

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

border-color css

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

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

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