Html Css Color HEX #E07A45 Jaffa

📋 copy color: '#E07A45'

red 224 ◦ green 122 ◦ blue 69

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

Shades of Jaffa #E07A45

Tints of Jaffa #E07A45

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.4%

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

R = 53.98%
G = 29.4%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E07A45 (or 0xE07A45) is known color: Jaffa. HEX triplet: E0, 7A and 45. RGB value is (224,122,69). Sum of RGB (Red+Green+Blue) = 224+122+69=415 (54% of max value = 765). Red value is 224 (87.89% from 255 or 53.98% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 69 (27.34% from 255 or 16.63% from 415); Max value from RGB is 224 - color contains mainly: red. Hex color #E07A45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07A45 is #1F85BA. Grayscale: #929292. Windows color (decimal): -2065851 or 4553440. OLE color: 4553440.

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

Color convert

RGB 224 122 69 -
CMYK 0 0.46 0.69 0.12
HSL 20.52º 0.71% 0.57% -
HSV(B) 20.52º 0.69% 0.88% -
XYZ 38.77 30.2 9.42 -
YUV 146.46 84.29 183.31 -
System Red Green Blue C M Y K H S L
Decimal 224 122 69 0 0.46 0.69 0.12 20.52 0.71 0.57
Hex E0 7A 45 0 2E 45 C 15 47 39
Octal 340 172 105 0 56 105 14 25 107 71
Binary 11100000 1111010 1000101 0 101110 1000101 1100 10101 1000111 111001

Color Harmonies of #E07A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07A45

Black with #E07A45

Text Example


Text Example

White with #E07A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07A45; }

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

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

background-color css

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

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

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

border-color css

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

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

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