Html Css Color HEX #E27C50 Jaffa

📋 copy color: '#E27C50'

red 226 ◦ green 124 ◦ blue 80

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

Shades of Jaffa #E27C50

Tints of Jaffa #E27C50

RGB

 RED value IS 226 (88.67% from 255) = 52.56%

 GREEN value IS 124 (48.83% from 255) = 28.84%

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

R = 52.56%
G = 28.84%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E27C50 (or 0xE27C50) is known color: Jaffa. HEX triplet: E2, 7C and 50. RGB value is (226,124,80). Sum of RGB (Red+Green+Blue) = 226+124+80=430 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.56% from 430); Green value is 124 (48.83% from 255 or 28.84% from 430); Blue value is 80 (31.64% from 255 or 18.60% from 430); Max value from RGB is 226 - color contains mainly: red. Hex color #E27C50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27C50 is #1D83AF. Grayscale: #959595. Windows color (decimal): -1934256 or 5274850. OLE color: 5274850.

HSL color Cylindrical-coordinate representation of color #E27C50: hue angle of 18.08º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E27C50 is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 124 80 -
CMYK 0 0.45 0.65 0.11
HSL 18.08º 0.72% 0.6% -
HSV(B) 18.08º 0.65% 0.89% -
XYZ 40.02 31.16 11.5 -
YUV 149.48 88.79 182.58 -
System Red Green Blue C M Y K H S L
Decimal 226 124 80 0 0.45 0.65 0.11 18.08 0.72 0.6
Hex E2 7C 50 0 2D 41 B 12 48 3C
Octal 342 174 120 0 55 101 13 22 110 74
Binary 11100010 1111100 1010000 0 101101 1000001 1011 10010 1001000 111100

Color Harmonies of #E27C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27C50

Black with #E27C50

Text Example


Text Example

White with #E27C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27C50; }

 p { color: rgb(226,124,80); }

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

background-color css

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

 a { background-color: rgb(226,124,80); }

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

border-color css

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

 span { border-color: rgb(226,124,80); }

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