#ED813E

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

Shades of Pizazz #ED813E

Tints of Pizazz #ED813E

Color information

#ED813E (or 0xED813E) is unknown color: approx Pizazz. HEX triplet: ED, 81 and 3E. RGB value is (237,129,62). Sum of RGB (Red+Green+Blue) = 237+129+62=428 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.37% from 428); Green value is 129 (50.78% from 255 or 30.14% from 428); Blue value is 62 (24.61% from 255 or 14.49% from 428); Max value from RGB is 237 - color contains mainly: red. Hex color #ED813E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED813E is #127EC1. Grayscale: #9A9A9A. Windows color (decimal): -1212098 or 4096493. OLE color: 4096493.

HSL color Cylindrical-coordinate representation of color #ED813E: hue angle of 22.97º 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 #ED813E is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB23712962-
CMYK00.460.740.07
HSL22.97º82.94%58.63%-
HSV(B)22.97º73.84%92.94%-
XYZ43.6434.058.83-
YUV153.6576.28187.45-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 55.37%
GREEN value IS 129 (50.78% from 255) = 30.14%
BLUE value IS 62 (24.61% from 255) = 14.49%
R=55.37%
G=30.14%
B=14.49%

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
Decimal2371296200.460.740.0722.9782.9458.63
HexED813E02E4A717533b
Octal3552017605611272712373
Binary111011011000000111111001011101001010111101111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED813E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED813E; }

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

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

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

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

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

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

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

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