Html Css Color HEX #E27C40 Pizazz

📋 copy color: '#E27C40'

red 226 ◦ green 124 ◦ blue 64

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

Shades of Pizazz #E27C40

Tints of Pizazz #E27C40

RGB

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

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

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

R = 54.59%
G = 29.95%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E27C40 (or 0xE27C40) is known color: Pizazz. HEX triplet: E2, 7C and 40. RGB value is (226,124,64). Sum of RGB (Red+Green+Blue) = 226+124+64=414 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.59% from 414); Green value is 124 (48.83% from 255 or 29.95% from 414); Blue value is 64 (25.39% from 255 or 15.46% from 414); Max value from RGB is 226 - color contains mainly: red. Hex color #E27C40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E27C40 is #1D83BF. Grayscale: #939393. Windows color (decimal): -1934272 or 4226274. OLE color: 4226274.

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

Color convert

RGB 226 124 64 -
CMYK 0 0.45 0.72 0.11
HSL 22.22º 0.74% 0.57% -
HSV(B) 22.22º 0.72% 0.89% -
XYZ 39.5 30.95 8.74 -
YUV 147.66 80.79 183.88 -
System Red Green Blue C M Y K H S L
Decimal 226 124 64 0 0.45 0.72 0.11 22.22 0.74 0.57
Hex E2 7C 40 0 2D 48 B 16 4A 39
Octal 342 174 100 0 55 110 13 26 112 71
Binary 11100010 1111100 1000000 0 101101 1001000 1011 10110 1001010 111001

Color Harmonies of #E27C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27C40

Black with #E27C40

Text Example


Text Example

White with #E27C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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