Html Css Color HEX #E27C49 Jaffa

📋 copy color: '#E27C49'

red 226 ◦ green 124 ◦ blue 73

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

Shades of Jaffa #E27C49

Tints of Jaffa #E27C49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 17.26%

R = 53.43%
G = 29.31%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#E27C49 (or 0xE27C49) is known color: Jaffa. HEX triplet: E2, 7C and 49. RGB value is (226,124,73). Sum of RGB (Red+Green+Blue) = 226+124+73=423 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.43% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 73 (28.91% from 255 or 17.26% from 423); Max value from RGB is 226 - color contains mainly: red. Hex color #E27C49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E27C49 is #1D83B6. Grayscale: #949494. Windows color (decimal): -1934263 or 4816098. OLE color: 4816098.

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

Color convert

RGB 226 124 73 -
CMYK 0 0.45 0.68 0.11
HSL 20º 0.73% 0.59% -
HSV(B) 20º 0.68% 0.89% -
XYZ 39.77 31.07 10.2 -
YUV 148.68 85.29 183.15 -
System Red Green Blue C M Y K H S L
Decimal 226 124 73 0 0.45 0.68 0.11 20 0.73 0.59
Hex E2 7C 49 0 2D 44 B 14 49 3B
Octal 342 174 111 0 55 104 13 24 111 73
Binary 11100010 1111100 1001001 0 101101 1000100 1011 10100 1001001 111011

Color Harmonies of #E27C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27C49

Black with #E27C49

Text Example


Text Example

White with #E27C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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