#ED803F

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

Shades of Pizazz #ED803F

Tints of Pizazz #ED803F

Color information

#ED803F (or 0xED803F) is unknown color: approx Pizazz. HEX triplet: ED, 80 and 3F. RGB value is (237,128,63). Sum of RGB (Red+Green+Blue) = 237+128+63=428 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.37% from 428); Green value is 128 (50.39% from 255 or 29.91% from 428); Blue value is 63 (25% from 255 or 14.72% from 428); Max value from RGB is 237 - color contains mainly: red. Hex color #ED803F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED803F is #127FC0. Grayscale: #999999. Windows color (decimal): -1212353 or 4161773. OLE color: 4161773.

HSL color Cylindrical-coordinate representation of color #ED803F: hue angle of 22.41º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED803F is Cyan = 0, Magento = 0.46, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB23712863-
CMYK00.460.730.07
HSL22.41º82.86%58.82%-
HSV(B)22.41º73.42%92.94%-
XYZ43.5433.88.93-
YUV153.1877.11187.79-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 55.37%
GREEN value IS 128 (50.39% from 255) = 29.91%
BLUE value IS 63 (25% from 255) = 14.72%
R=55.37%
G=29.91%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371286300.460.730.0722.4182.8658.82
HexED803F02E49716533b
Octal3552007705611172612373
Binary111011011000000011111101011101001001111101101010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED803F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED803F; }

 p { color: rgb(237,128,63); }

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

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

 a { background-color: rgb(237,128,63); }

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

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

 span { border-color: rgb(237,128,63); }

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