#EDA434

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

Shades of Yellow Sea #EDA434

Tints of Yellow Sea #EDA434

Color information

#EDA434 (or 0xEDA434) is unknown color: approx Yellow Sea. HEX triplet: ED, A4 and 34. RGB value is (237,164,52). Sum of RGB (Red+Green+Blue) = 237+164+52=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 164 (64.45% from 255 or 36.20% from 453); Blue value is 52 (20.70% from 255 or 11.48% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA434 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA434 is #125BCB. Grayscale: #ADADAD. Windows color (decimal): -1203148 or 3450093. OLE color: 3450093.

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

Color convert

RGB23716452-
CMYK00.310.780.07
HSL36.32º83.71%56.67%-
HSV(B)36.32º78.06%92.94%-
XYZ48.8244.89.32-
YUV173.0659.68173.61-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 52.32%
GREEN value IS 164 (64.45% from 255) = 36.20%
BLUE value IS 52 (20.70% from 255) = 11.48%
R=52.32%
G=36.20%
B=11.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371645200.310.780.0736.3283.7156.67
HexEDA43401F4E7245439
Octal3552446403711674412471
Binary111011011010010011010001111110011101111001001010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA434; }

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

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

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

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

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

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

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

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