#EDA735

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

Shades of Yellow Sea #EDA735

Tints of Yellow Sea #EDA735

Color information

#EDA735 (or 0xEDA735) is unknown color: approx Yellow Sea. HEX triplet: ED, A7 and 35. RGB value is (237,167,53). Sum of RGB (Red+Green+Blue) = 237+167+53=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 167 (65.62% from 255 or 36.54% from 457); Blue value is 53 (21.09% from 255 or 11.60% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA735 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA735 is #1258CA. Grayscale: #AFAFAF. Windows color (decimal): -1202379 or 3516397. OLE color: 3516397.

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

Color convert

RGB23716753-
CMYK00.300.780.07
HSL37.17º83.64%56.86%-
HSV(B)37.17º77.64%92.94%-
XYZ49.3945.99.62-
YUV174.9359.19172.27-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.86%
GREEN value IS 167 (65.62% from 255) = 36.54%
BLUE value IS 53 (21.09% from 255) = 11.60%
R=51.86%
G=36.54%
B=11.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371675300.300.780.0737.1783.6456.86
HexEDA73501E4E7255439
Octal3552476503611674512471
Binary111011011010011111010101111010011101111001011010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA735; }

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

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

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

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

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

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

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

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