Html Css Color HEX #E07941 Jaffa

📋 copy color: '#E07941'

red 224 ◦ green 121 ◦ blue 65

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

Shades of Jaffa #E07941

Tints of Jaffa #E07941

RGB

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

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

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

R = 54.63%
G = 29.51%
B = 15.85%

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

#E07941 (or 0xE07941) is known color: Jaffa. HEX triplet: E0, 79 and 41. RGB value is (224,121,65). Sum of RGB (Red+Green+Blue) = 224+121+65=410 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.63% from 410); Green value is 121 (47.66% from 255 or 29.51% from 410); Blue value is 65 (25.78% from 255 or 15.85% from 410); Max value from RGB is 224 - color contains mainly: red. Hex color #E07941 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07941 is #1F86BE. Grayscale: #919191. Windows color (decimal): -2066111 or 4291040. OLE color: 4291040.

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

Color convert

RGB 224 121 65 -
CMYK 0 0.46 0.71 0.12
HSL 21.13º 0.72% 0.57% -
HSV(B) 21.13º 0.71% 0.88% -
XYZ 38.53 29.9 8.74 -
YUV 145.41 82.62 184.05 -
System Red Green Blue C M Y K H S L
Decimal 224 121 65 0 0.46 0.71 0.12 21.13 0.72 0.57
Hex E0 79 41 0 2E 47 C 15 48 39
Octal 340 171 101 0 56 107 14 25 110 71
Binary 11100000 1111001 1000001 0 101110 1000111 1100 10101 1001000 111001

Color Harmonies of #E07941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07941

Black with #E07941

Text Example


Text Example

White with #E07941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07941; }

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

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

background-color css

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

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

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

border-color css

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

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

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