Html Css Color HEX #E07640 Jaffa

📋 copy color: '#E07640'

red 224 ◦ green 118 ◦ blue 64

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

Shades of Jaffa #E07640

Tints of Jaffa #E07640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.76%

R = 55.17%
G = 29.06%
B = 15.76%

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

#E07640 (or 0xE07640) is known color: Jaffa. HEX triplet: E0, 76 and 40. RGB value is (224,118,64). Sum of RGB (Red+Green+Blue) = 224+118+64=406 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.17% from 406); Green value is 118 (46.48% from 255 or 29.06% from 406); Blue value is 64 (25.39% from 255 or 15.76% from 406); Max value from RGB is 224 - color contains mainly: red. Hex color #E07640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07640 is #1F89BF. Grayscale: #8F8F8F. Windows color (decimal): -2066880 or 4224736. OLE color: 4224736.

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

Color convert

RGB 224 118 64 -
CMYK 0 0.47 0.71 0.12
HSL 20.25º 0.72% 0.56% -
HSV(B) 20.25º 0.71% 0.88% -
XYZ 38.14 29.17 8.47 -
YUV 143.54 83.12 185.39 -
System Red Green Blue C M Y K H S L
Decimal 224 118 64 0 0.47 0.71 0.12 20.25 0.72 0.56
Hex E0 76 40 0 2F 47 C 14 48 38
Octal 340 166 100 0 57 107 14 24 110 70
Binary 11100000 1110110 1000000 0 101111 1000111 1100 10100 1001000 111000

Color Harmonies of #E07640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07640

Black with #E07640

Text Example


Text Example

White with #E07640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07640; }

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

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

background-color css

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

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

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

border-color css

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

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

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