Html Css Color HEX #E07945 Jaffa

📋 copy color: '#E07945'

red 224 ◦ green 121 ◦ blue 69

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

Shades of Jaffa #E07945

Tints of Jaffa #E07945

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.23%

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

R = 54.11%
G = 29.23%
B = 16.67%

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

#E07945 (or 0xE07945) is known color: Jaffa. HEX triplet: E0, 79 and 45. RGB value is (224,121,69). Sum of RGB (Red+Green+Blue) = 224+121+69=414 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.11% from 414); Green value is 121 (47.66% from 255 or 29.23% from 414); Blue value is 69 (27.34% from 255 or 16.67% from 414); Max value from RGB is 224 - color contains mainly: red. Hex color #E07945 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07945 is #1F86BA. Grayscale: #929292. Windows color (decimal): -2066107 or 4553184. OLE color: 4553184.

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

Color convert

RGB 224 121 69 -
CMYK 0 0.46 0.69 0.12
HSL 20.13º 0.71% 0.57% -
HSV(B) 20.13º 0.69% 0.88% -
XYZ 38.65 29.95 9.37 -
YUV 145.87 84.62 183.73 -
System Red Green Blue C M Y K H S L
Decimal 224 121 69 0 0.46 0.69 0.12 20.13 0.71 0.57
Hex E0 79 45 0 2E 45 C 14 47 39
Octal 340 171 105 0 56 105 14 24 107 71
Binary 11100000 1111001 1000101 0 101110 1000101 1100 10100 1000111 111001

Color Harmonies of #E07945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07945

Black with #E07945

Text Example


Text Example

White with #E07945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07945; }

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

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

background-color css

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

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

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

border-color css

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

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

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