#E77F3D

Color #E77F3D Pizazz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pizazz #E77F3D

Tints of Pizazz #E77F3D

Color information

#E77F3D (or 0xE77F3D) is unknown color: approx Pizazz. HEX triplet: E7, 7F and 3D. RGB value is (231,127,61). Sum of RGB (Red+Green+Blue) = 231+127+61=419 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.13% from 419); Green value is 127 (50% from 255 or 30.31% from 419); Blue value is 61 (24.22% from 255 or 14.56% from 419); Max value from RGB is 231 - color contains mainly: red. Hex color #E77F3D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77F3D is #1880C2. Grayscale: #969696. Windows color (decimal): -1605827 or 4030439. OLE color: 4030439.

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

Color convert

RGB23112761-
CMYK00.450.740.09
HSL23.29º77.98%57.25%-
HSV(B)23.29º73.59%90.59%-
XYZ41.3932.58.51-
YUV150.5777.46185.37-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 55.13%
GREEN value IS 127 (50% from 255) = 30.31%
BLUE value IS 61 (24.22% from 255) = 14.56%
R=55.13%
G=30.31%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.74
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311276100.450.740.0923.2977.9857.25
HexE77F3D02D4A9174e39
Octal34717775055112112711671
Binary111001111111111111101010110110010101001101111001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77F3D; }

 p { color: rgb(231,127,61); }

 H1.HeaderClassName
 {
   color: #E77F3D;
 }
 .AnyTagClassName
 {
   color: #E77F3D;
 }
</style>
background-color css

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

 a { background-color: rgb(231,127,61); }

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

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

 span { border-color: rgb(231,127,61); }

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