Html Css Color HEX #E07F50 Jaffa

📋 copy color: '#E07F50'

red 224 ◦ green 127 ◦ blue 80

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

Shades of Jaffa #E07F50

Tints of Jaffa #E07F50

RGB

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

 GREEN value IS 127 (50% from 255) = 29.47%

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

R = 51.97%
G = 29.47%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E07F50 (or 0xE07F50) is known color: Jaffa. HEX triplet: E0, 7F and 50. RGB value is (224,127,80). Sum of RGB (Red+Green+Blue) = 224+127+80=431 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.97% from 431); Green value is 127 (50% from 255 or 29.47% from 431); Blue value is 80 (31.64% from 255 or 18.56% from 431); Max value from RGB is 224 - color contains mainly: red. Hex color #E07F50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07F50 is #1F80AF. Grayscale: #969696. Windows color (decimal): -2064560 or 5275616. OLE color: 5275616.

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

Color convert

RGB 224 127 80 -
CMYK 0 0.43 0.64 0.12
HSL 19.58º 0.7% 0.6% -
HSV(B) 19.58º 0.64% 0.88% -
XYZ 39.78 31.61 11.59 -
YUV 150.65 88.14 180.32 -
System Red Green Blue C M Y K H S L
Decimal 224 127 80 0 0.43 0.64 0.12 19.58 0.7 0.6
Hex E0 7F 50 0 2B 40 C 14 46 3C
Octal 340 177 120 0 53 100 14 24 106 74
Binary 11100000 1111111 1010000 0 101011 1000000 1100 10100 1000110 111100

Color Harmonies of #E07F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07F50

Black with #E07F50

Text Example


Text Example

White with #E07F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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