Html Css Color HEX #E07D45 Jaffa

📋 copy color: '#E07D45'

red 224 ◦ green 125 ◦ blue 69

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

Shades of Jaffa #E07D45

Tints of Jaffa #E07D45

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.9%

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

R = 53.59%
G = 29.9%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E07D45 (or 0xE07D45) is known color: Jaffa. HEX triplet: E0, 7D and 45. RGB value is (224,125,69). Sum of RGB (Red+Green+Blue) = 224+125+69=418 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.59% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 69 (27.34% from 255 or 16.51% from 418); Max value from RGB is 224 - color contains mainly: red. Hex color #E07D45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07D45 is #1F82BA. Grayscale: #949494. Windows color (decimal): -2065083 or 4554208. OLE color: 4554208.

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

Color convert

RGB 224 125 69 -
CMYK 0 0.44 0.69 0.12
HSL 21.68º 0.71% 0.57% -
HSV(B) 21.68º 0.69% 0.88% -
XYZ 39.15 30.94 9.54 -
YUV 148.22 83.3 182.05 -
System Red Green Blue C M Y K H S L
Decimal 224 125 69 0 0.44 0.69 0.12 21.68 0.71 0.57
Hex E0 7D 45 0 2C 45 C 16 47 39
Octal 340 175 105 0 54 105 14 26 107 71
Binary 11100000 1111101 1000101 0 101100 1000101 1100 10110 1000111 111001

Color Harmonies of #E07D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07D45

Black with #E07D45

Text Example


Text Example

White with #E07D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07D45; }

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

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

background-color css

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

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

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

border-color css

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

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

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