#EDBA38

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

Shades of Bright Sun #EDBA38

Tints of Bright Sun #EDBA38

Color information

#EDBA38 (or 0xEDBA38) is unknown color: approx Bright Sun. HEX triplet: ED, BA and 38. RGB value is (237,186,56). Sum of RGB (Red+Green+Blue) = 237+186+56=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 186 (73.05% from 255 or 38.83% from 479); Blue value is 56 (22.27% from 255 or 11.69% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBA38 is #1245C7. Grayscale: #BABABA. Windows color (decimal): -1197512 or 3717869. OLE color: 3717869.

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

Color convert

RGB23718656-
CMYK00.220.760.07
HSL43.09º83.41%57.45%-
HSV(B)43.09º76.37%92.94%-
XYZ53.253.4111.25-
YUV186.4354.4164.07-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.48%
GREEN value IS 186 (73.05% from 255) = 38.83%
BLUE value IS 56 (22.27% from 255) = 11.69%
R=49.48%
G=38.83%
B=11.69%

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
Decimal2371865600.220.760.0743.0983.4157.45
HexEDBA380164C72b5339
Octal3552727002611475312371
Binary111011011011101011100001011010011001111010111010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBA38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBA38; }

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

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

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

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

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

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

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

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