#ED9D35

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

Shades of Yellow Sea #ED9D35

Tints of Yellow Sea #ED9D35

Color information

#ED9D35 (or 0xED9D35) is unknown color: approx Yellow Sea. HEX triplet: ED, 9D and 35. RGB value is (237,157,53). Sum of RGB (Red+Green+Blue) = 237+157+53=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 157 (61.72% from 255 or 35.12% from 447); Blue value is 53 (21.09% from 255 or 11.86% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9D35 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9D35 is #1262CA. Grayscale: #A9A9A9. Windows color (decimal): -1204939 or 3513837. OLE color: 3513837.

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

Color convert

RGB23715753-
CMYK00.340.780.07
HSL33.91º83.64%56.86%-
HSV(B)33.91º77.64%92.94%-
XYZ47.6242.389.04-
YUV169.0662.5176.46-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 53.02%
GREEN value IS 157 (61.72% from 255) = 35.12%
BLUE value IS 53 (21.09% from 255) = 11.86%
R=53.02%
G=35.12%
B=11.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371575300.340.780.0733.9183.6456.86
HexED9D350224E7225439
Octal3552356504211674212471
Binary1110110110011101110101010001010011101111000101010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9D35; }

 p { color: rgb(237,157,53); }

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

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

 a { background-color: rgb(237,157,53); }

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

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

 span { border-color: rgb(237,157,53); }

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