#EDA03D

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

Shades of Yellow Sea #EDA03D

Tints of Yellow Sea #EDA03D

Color information

#EDA03D (or 0xEDA03D) is unknown color: approx Yellow Sea. HEX triplet: ED, A0 and 3D. RGB value is (237,160,61). Sum of RGB (Red+Green+Blue) = 237+160+61=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 160 (62.89% from 255 or 34.93% from 458); Blue value is 61 (24.22% from 255 or 13.32% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA03D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA03D is #125FC2. Grayscale: #ACACAC. Windows color (decimal): -1204163 or 4038893. OLE color: 4038893.

HSL color Cylindrical-coordinate representation of color #EDA03D: hue angle of 33.75º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EDA03D is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB23716061-
CMYK00.320.740.07
HSL33.75º83.02%58.43%-
HSV(B)33.75º74.26%92.94%-
XYZ48.3443.4810.26-
YUV171.7465.51174.55-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.75%
GREEN value IS 160 (62.89% from 255) = 34.93%
BLUE value IS 61 (24.22% from 255) = 13.32%
R=51.75%
G=34.93%
B=13.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.74
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371606100.320.740.0733.7583.0258.43
HexEDA03D0204A722533a
Octal3552407504011274212372
Binary1110110110100000111101010000010010101111000101010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA03D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA03D; }

 p { color: rgb(237,160,61); }

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

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

 a { background-color: rgb(237,160,61); }

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

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

 span { border-color: rgb(237,160,61); }

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