Html Css Color HEX #E07545 Jaffa

📋 copy color: '#E07545'

red 224 ◦ green 117 ◦ blue 69

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

Shades of Jaffa #E07545

Tints of Jaffa #E07545

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.54%

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

R = 54.63%
G = 28.54%
B = 16.83%

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

#E07545 (or 0xE07545) is known color: Jaffa. HEX triplet: E0, 75 and 45. RGB value is (224,117,69). Sum of RGB (Red+Green+Blue) = 224+117+69=410 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.63% from 410); Green value is 117 (46.09% from 255 or 28.54% from 410); Blue value is 69 (27.34% from 255 or 16.83% from 410); Max value from RGB is 224 - color contains mainly: red. Hex color #E07545 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07545 is #1F8ABA. Grayscale: #8F8F8F. Windows color (decimal): -2067131 or 4552160. OLE color: 4552160.

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

Color convert

RGB 224 117 69 -
CMYK 0 0.48 0.69 0.12
HSL 18.58º 0.71% 0.57% -
HSV(B) 18.58º 0.69% 0.88% -
XYZ 38.18 29 9.22 -
YUV 143.52 85.95 185.4 -
System Red Green Blue C M Y K H S L
Decimal 224 117 69 0 0.48 0.69 0.12 18.58 0.71 0.57
Hex E0 75 45 0 30 45 C 13 47 39
Octal 340 165 105 0 60 105 14 23 107 71
Binary 11100000 1110101 1000101 0 110000 1000101 1100 10011 1000111 111001

Color Harmonies of #E07545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07545

Black with #E07545

Text Example


Text Example

White with #E07545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07545; }

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

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

background-color css

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

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

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

border-color css

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

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

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