#ED8033

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

Shades of West Side #ED8033

Tints of West Side #ED8033

Color information

#ED8033 (or 0xED8033) is unknown color: approx West Side. HEX triplet: ED, 80 and 33. RGB value is (237,128,51). Sum of RGB (Red+Green+Blue) = 237+128+51=416 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.97% from 416); Green value is 128 (50.39% from 255 or 30.77% from 416); Blue value is 51 (20.31% from 255 or 12.26% from 416); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8033 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8033 is #127FCC. Grayscale: #989898. Windows color (decimal): -1212365 or 3375341. OLE color: 3375341.

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

Color convert

RGB23712851-
CMYK00.460.780.07
HSL24.84º83.78%56.47%-
HSV(B)24.84º78.48%92.94%-
XYZ43.2433.687.35-
YUV151.8171.11188.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 56.97%
GREEN value IS 128 (50.39% from 255) = 30.77%
BLUE value IS 51 (20.31% from 255) = 12.26%
R=56.97%
G=30.77%
B=12.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371285100.460.780.0724.8483.7856.47
HexED803302E4E7195438
Octal3552006305611673112470
Binary111011011000000011001101011101001110111110011010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8033; }

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

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

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

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

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

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

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

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