Html Css Color HEX #E07E50 Jaffa

📋 copy color: '#E07E50'

red 224 ◦ green 126 ◦ blue 80

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

Shades of Jaffa #E07E50

Tints of Jaffa #E07E50

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.3%

 BLUE value IS 80 (31.64% from 255) = 18.6%

R = 52.09%
G = 29.3%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E07E50 (or 0xE07E50) is known color: Jaffa. HEX triplet: E0, 7E and 50. RGB value is (224,126,80). Sum of RGB (Red+Green+Blue) = 224+126+80=430 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.09% from 430); Green value is 126 (49.61% from 255 or 29.30% from 430); Blue value is 80 (31.64% from 255 or 18.60% from 430); Max value from RGB is 224 - color contains mainly: red. Hex color #E07E50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07E50 is #1F81AF. Grayscale: #969696. Windows color (decimal): -2064816 or 5275360. OLE color: 5275360.

HSL color Cylindrical-coordinate representation of color #E07E50: hue angle of 19.17º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E07E50 is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 126 80 -
CMYK 0 0.44 0.64 0.12
HSL 19.17º 0.7% 0.6% -
HSV(B) 19.17º 0.64% 0.88% -
XYZ 39.65 31.35 11.55 -
YUV 150.06 88.47 180.74 -
System Red Green Blue C M Y K H S L
Decimal 224 126 80 0 0.44 0.64 0.12 19.17 0.7 0.6
Hex E0 7E 50 0 2C 40 C 13 46 3C
Octal 340 176 120 0 54 100 14 23 106 74
Binary 11100000 1111110 1010000 0 101100 1000000 1100 10011 1000110 111100

Color Harmonies of #E07E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07E50

Black with #E07E50

Text Example


Text Example

White with #E07E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07E50; }

 p { color: rgb(224,126,80); }

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

background-color css

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

 a { background-color: rgb(224,126,80); }

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

border-color css

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

 span { border-color: rgb(224,126,80); }

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