Html Css Color HEX #E07641 Jaffa

📋 copy color: '#E07641'

red 224 ◦ green 118 ◦ blue 65

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

Shades of Jaffa #E07641

Tints of Jaffa #E07641

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.99%

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

R = 55.04%
G = 28.99%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E07641 (or 0xE07641) is known color: Jaffa. HEX triplet: E0, 76 and 41. RGB value is (224,118,65). Sum of RGB (Red+Green+Blue) = 224+118+65=407 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.04% from 407); Green value is 118 (46.48% from 255 or 28.99% from 407); Blue value is 65 (25.78% from 255 or 15.97% from 407); Max value from RGB is 224 - color contains mainly: red. Hex color #E07641 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07641 is #1F89BE. Grayscale: #8F8F8F. Windows color (decimal): -2066879 or 4290272. OLE color: 4290272.

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

Color convert

RGB 224 118 65 -
CMYK 0 0.47 0.71 0.12
HSL 20º 0.72% 0.57% -
HSV(B) 20º 0.71% 0.88% -
XYZ 38.17 29.19 8.62 -
YUV 143.65 83.62 185.31 -
System Red Green Blue C M Y K H S L
Decimal 224 118 65 0 0.47 0.71 0.12 20 0.72 0.57
Hex E0 76 41 0 2F 47 C 14 48 39
Octal 340 166 101 0 57 107 14 24 110 71
Binary 11100000 1110110 1000001 0 101111 1000111 1100 10100 1001000 111001

Color Harmonies of #E07641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07641

Black with #E07641

Text Example


Text Example

White with #E07641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07641; }

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

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

background-color css

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

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

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

border-color css

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

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

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