#EDB939

Color #EDB939 Bright Sun (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Sun #EDB939

Tints of Bright Sun #EDB939

Color information

#EDB939 (or 0xEDB939) is unknown color: approx Bright Sun. HEX triplet: ED, B9 and 39. RGB value is (237,185,57). Sum of RGB (Red+Green+Blue) = 237+185+57=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 185 (72.66% from 255 or 38.62% from 479); Blue value is 57 (22.66% from 255 or 11.90% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB939 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB939 is #1246C6. Grayscale: #BABABA. Windows color (decimal): -1197767 or 3783149. OLE color: 3783149.

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

Color convert

RGB23718557-
CMYK00.220.760.07
HSL42.67º83.33%57.65%-
HSV(B)42.67º75.95%92.94%-
XYZ53.015311.31-
YUV185.9655.23164.41-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.48%
GREEN value IS 185 (72.66% from 255) = 38.62%
BLUE value IS 57 (22.66% from 255) = 11.90%
R=49.48%
G=38.62%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.76
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371855700.220.760.0742.6783.3357.65
HexEDB9390164C72b533a
Octal3552717102611475312372
Binary111011011011100111100101011010011001111010111010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB939; }

 p { color: rgb(237,185,57); }

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

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

 a { background-color: rgb(237,185,57); }

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

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

 span { border-color: rgb(237,185,57); }

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