#EDBA3A

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

Shades of Bright Sun #EDBA3A

Tints of Bright Sun #EDBA3A

Color information

#EDBA3A (or 0xEDBA3A) is unknown color: approx Bright Sun. HEX triplet: ED, BA and 3A. RGB value is (237,186,58). Sum of RGB (Red+Green+Blue) = 237+186+58=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 58 (23.05% from 255 or 12.06% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBA3A is #1245C5. Grayscale: #BBBBBB. Windows color (decimal): -1197510 or 3848941. OLE color: 3848941.

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

Color convert

RGB23718658-
CMYK00.220.760.07
HSL42.91º83.26%57.84%-
HSV(B)42.91º75.53%92.94%-
XYZ53.2553.4311.51-
YUV186.6655.4163.91-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.27%
GREEN value IS 186 (73.05% from 255) = 38.67%
BLUE value IS 58 (23.05% from 255) = 12.06%
R=49.27%
G=38.67%
B=12.06%

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
Decimal2371865800.220.760.0742.9183.2657.84
HexEDBA3A0164C72b533a
Octal3552727202611475312372
Binary111011011011101011101001011010011001111010111010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBA3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBA3A; }

 p { color: rgb(237,186,58); }

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

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

 a { background-color: rgb(237,186,58); }

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

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

 span { border-color: rgb(237,186,58); }

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