#EDA430

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

Shades of Yellow Sea #EDA430

Tints of Yellow Sea #EDA430

Color information

#EDA430 (or 0xEDA430) is unknown color: approx Yellow Sea. HEX triplet: ED, A4 and 30. RGB value is (237,164,48). Sum of RGB (Red+Green+Blue) = 237+164+48=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 164 (64.45% from 255 or 36.53% from 449); Blue value is 48 (19.14% from 255 or 10.69% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA430 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA430 is #125BCF. Grayscale: #ADADAD. Windows color (decimal): -1203152 or 3187949. OLE color: 3187949.

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

Color convert

RGB23716448-
CMYK00.310.800.07
HSL36.83º84%55.88%-
HSV(B)36.83º79.75%92.94%-
XYZ48.7344.778.87-
YUV172.657.68173.93-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 52.78%
GREEN value IS 164 (64.45% from 255) = 36.53%
BLUE value IS 48 (19.14% from 255) = 10.69%
R=52.78%
G=36.53%
B=10.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.80
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371644800.310.800.0736.838455.88
HexEDA43001F507255438
Octal3552446003712074512470
Binary111011011010010011000001111110100001111001011010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA430; }

 p { color: rgb(237,164,48); }

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

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

 a { background-color: rgb(237,164,48); }

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

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

 span { border-color: rgb(237,164,48); }

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