Html Css Color HEX #E07A41 Jaffa

📋 copy color: '#E07A41'

red 224 ◦ green 122 ◦ blue 65

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

Shades of Jaffa #E07A41

Tints of Jaffa #E07A41

RGB

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

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

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

R = 54.5%
G = 29.68%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E07A41 (or 0xE07A41) is known color: Jaffa. HEX triplet: E0, 7A and 41. RGB value is (224,122,65). Sum of RGB (Red+Green+Blue) = 224+122+65=411 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.50% from 411); Green value is 122 (48.05% from 255 or 29.68% from 411); Blue value is 65 (25.78% from 255 or 15.82% from 411); Max value from RGB is 224 - color contains mainly: red. Hex color #E07A41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07A41 is #1F85BE. Grayscale: #929292. Windows color (decimal): -2065855 or 4291296. OLE color: 4291296.

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

Color convert

RGB 224 122 65 -
CMYK 0 0.46 0.71 0.12
HSL 21.51º 0.72% 0.57% -
HSV(B) 21.51º 0.71% 0.88% -
XYZ 38.65 30.15 8.78 -
YUV 146 82.29 183.63 -
System Red Green Blue C M Y K H S L
Decimal 224 122 65 0 0.46 0.71 0.12 21.51 0.72 0.57
Hex E0 7A 41 0 2E 47 C 16 48 39
Octal 340 172 101 0 56 107 14 26 110 71
Binary 11100000 1111010 1000001 0 101110 1000111 1100 10110 1001000 111001

Color Harmonies of #E07A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07A41

Black with #E07A41

Text Example


Text Example

White with #E07A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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