#EDB720

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

Shades of Bright Sun #EDB720

Tints of Bright Sun #EDB720

Color information

#EDB720 (or 0xEDB720) is unknown color: approx Bright Sun. HEX triplet: ED, B7 and 20. RGB value is (237,183,32). Sum of RGB (Red+Green+Blue) = 237+183+32=452 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.43% from 452); Green value is 183 (71.88% from 255 or 40.49% from 452); Blue value is 32 (12.89% from 255 or 7.08% from 452); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB720 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB720 is #1248DF. Grayscale: #B6B6B6. Windows color (decimal): -1198304 or 2144237. OLE color: 2144237.

HSL color Cylindrical-coordinate representation of color #EDB720: hue angle of 44.2º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EDB720 is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB23718332-
CMYK00.230.860.07
HSL44.2º85.06%52.75%-
HSV(B)44.2º86.5%92.94%-
XYZ52.1251.988.65-
YUV181.9343.39167.28-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 52.43%
GREEN value IS 183 (71.88% from 255) = 40.49%
BLUE value IS 32 (12.89% from 255) = 7.08%
R=52.43%
G=40.49%
B=7.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371833200.230.860.0744.285.0652.75
HexEDB7200175672c5535
Octal3552674002712675412565
Binary111011011011011110000001011110101101111011001010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB720; }

 p { color: rgb(237,183,32); }

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

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

 a { background-color: rgb(237,183,32); }

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

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

 span { border-color: rgb(237,183,32); }

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