#ED803B

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

Shades of Pizazz #ED803B

Tints of Pizazz #ED803B

Color information

#ED803B (or 0xED803B) is unknown color: approx Pizazz. HEX triplet: ED, 80 and 3B. RGB value is (237,128,59). Sum of RGB (Red+Green+Blue) = 237+128+59=424 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.90% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 59 (23.44% from 255 or 13.92% from 424); Max value from RGB is 237 - color contains mainly: red. Hex color #ED803B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED803B is #127FC4. Grayscale: #999999. Windows color (decimal): -1212357 or 3899629. OLE color: 3899629.

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

Color convert

RGB23712859-
CMYK00.460.750.07
HSL23.26º83.18%58.04%-
HSV(B)23.26º75.11%92.94%-
XYZ43.4333.768.36-
YUV152.7275.11188.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 55.90%
GREEN value IS 128 (50.39% from 255) = 30.19%
BLUE value IS 59 (23.44% from 255) = 13.92%
R=55.90%
G=30.19%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.75
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371285900.460.750.0723.2683.1858.04
HexED803B02E4B717533a
Octal3552007305611372712372
Binary111011011000000011101101011101001011111101111010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED803B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED803B; }

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

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

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

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

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

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

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

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