#ed9a33

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

Shades of Yellow Sea #ED9A33

Tints of Yellow Sea #ED9A33

Color information

#ED9A33 (or 0xED9A33) is unknown color: approx Yellow Sea. HEX triplet: ED, 9A and 33. RGB value is (237,154,51). Sum of RGB (Red+Green+Blue) = 237+154+51=442 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.62% from 442); Green value is 154 (60.55% from 255 or 34.84% from 442); Blue value is 51 (20.31% from 255 or 11.54% from 442); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9A33 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9A33 is #1265CC. Grayscale: #A7A7A7. Windows color (decimal): -1205709 or 3381997. OLE color: 3381997.

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

Color convert

RGB23715451-
CMYK00.350.780.07
HSL33.23º83.78%56.47%-
HSV(B)33.23º78.48%92.94%-
XYZ47.0841.358.63-
YUV167.0862.5177.88-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 53.62%
GREEN value IS 154 (60.55% from 255) = 34.84%
BLUE value IS 51 (20.31% from 255) = 11.54%
R=53.62%
G=34.84%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371545100.350.780.0733.2383.7856.47
HexED9A330234E7215438
Octal3552326304311674112470
Binary1110110110011010110011010001110011101111000011010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed9a33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed9a33; }

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

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

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

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

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

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

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

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