#ED803E

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

Shades of Pizazz #ED803E

Tints of Pizazz #ED803E

Color information

#ED803E (or 0xED803E) is unknown color: approx Pizazz. HEX triplet: ED, 80 and 3E. RGB value is (237,128,62). Sum of RGB (Red+Green+Blue) = 237+128+62=427 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.50% from 427); Green value is 128 (50.39% from 255 or 29.98% from 427); Blue value is 62 (24.61% from 255 or 14.52% from 427); Max value from RGB is 237 - color contains mainly: red. Hex color #ED803E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED803E is #127FC1. Grayscale: #999999. Windows color (decimal): -1212354 or 4096237. OLE color: 4096237.

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

Color convert

RGB23712862-
CMYK00.460.740.07
HSL22.63º82.94%58.63%-
HSV(B)22.63º73.84%92.94%-
XYZ43.5133.798.79-
YUV153.0776.61187.87-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 55.50%
GREEN value IS 128 (50.39% from 255) = 29.98%
BLUE value IS 62 (24.61% from 255) = 14.52%
R=55.50%
G=29.98%
B=14.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.74
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371286200.460.740.0722.6382.9458.63
HexED803E02E4A717533b
Octal3552007605611272712373
Binary111011011000000011111001011101001010111101111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED803E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED803E; }

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

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

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

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

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

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

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

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