#EDBA30

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

Shades of Bright Sun #EDBA30

Tints of Bright Sun #EDBA30

Color information

#EDBA30 (or 0xEDBA30) is unknown color: approx Bright Sun. HEX triplet: ED, BA and 30. RGB value is (237,186,48). Sum of RGB (Red+Green+Blue) = 237+186+48=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 48 (19.14% from 255 or 10.19% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBA30 is #1245CF. Grayscale: #BABABA. Windows color (decimal): -1197520 or 3193581. OLE color: 3193581.

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

Color convert

RGB23718648-
CMYK00.220.800.07
HSL43.81º84%55.88%-
HSV(B)43.81º79.75%92.94%-
XYZ53.0253.3410.3-
YUV185.5250.4164.72-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.32%
GREEN value IS 186 (73.05% from 255) = 39.49%
BLUE value IS 48 (19.14% from 255) = 10.19%
R=50.32%
G=39.49%
B=10.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.80
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371864800.220.800.0743.818455.88
HexEDBA300165072c5438
Octal3552726002612075412470
Binary111011011011101011000001011010100001111011001010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBA30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBA30; }

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

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

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

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

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

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

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

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