Html Css Color HEX #E07C41 Jaffa

📋 copy color: '#E07C41'

red 224 ◦ green 124 ◦ blue 65

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

Shades of Jaffa #E07C41

Tints of Jaffa #E07C41

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.02%

 BLUE value IS 65 (25.78% from 255) = 15.74%

R = 54.24%
G = 30.02%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E07C41 (or 0xE07C41) is known color: Jaffa. HEX triplet: E0, 7C and 41. RGB value is (224,124,65). Sum of RGB (Red+Green+Blue) = 224+124+65=413 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.24% from 413); Green value is 124 (48.83% from 255 or 30.02% from 413); Blue value is 65 (25.78% from 255 or 15.74% from 413); Max value from RGB is 224 - color contains mainly: red. Hex color #E07C41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07C41 is #1F83BE. Grayscale: #939393. Windows color (decimal): -2065343 or 4291808. OLE color: 4291808.

HSL color Cylindrical-coordinate representation of color #E07C41: hue angle of 22.26º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E07C41 is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 124 65 -
CMYK 0 0.45 0.71 0.12
HSL 22.26º 0.72% 0.57% -
HSV(B) 22.26º 0.71% 0.88% -
XYZ 38.9 30.64 8.87 -
YUV 147.17 81.63 182.8 -
System Red Green Blue C M Y K H S L
Decimal 224 124 65 0 0.45 0.71 0.12 22.26 0.72 0.57
Hex E0 7C 41 0 2D 47 C 16 48 39
Octal 340 174 101 0 55 107 14 26 110 71
Binary 11100000 1111100 1000001 0 101101 1000111 1100 10110 1001000 111001

Color Harmonies of #E07C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07C41

Black with #E07C41

Text Example


Text Example

White with #E07C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07C41; }

 p { color: rgb(224,124,65); }

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

background-color css

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

 a { background-color: rgb(224,124,65); }

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

border-color css

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

 span { border-color: rgb(224,124,65); }

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