#EDB830

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

Shades of Bright Sun #EDB830

Tints of Bright Sun #EDB830

Color information

#EDB830 (or 0xEDB830) is unknown color: approx Bright Sun. HEX triplet: ED, B8 and 30. RGB value is (237,184,48). Sum of RGB (Red+Green+Blue) = 237+184+48=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 184 (72.27% from 255 or 39.23% from 469); Blue value is 48 (19.14% from 255 or 10.23% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB830 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB830 is #1247CF. Grayscale: #B8B8B8. Windows color (decimal): -1198032 or 3193069. OLE color: 3193069.

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

Color convert

RGB23718448-
CMYK00.220.800.07
HSL43.17º84%55.88%-
HSV(B)43.17º79.75%92.94%-
XYZ52.652.510.16-
YUV184.3451.06165.56-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.53%
GREEN value IS 184 (72.27% from 255) = 39.23%
BLUE value IS 48 (19.14% from 255) = 10.23%
R=50.53%
G=39.23%
B=10.23%

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
Decimal2371844800.220.800.0743.178455.88
HexEDB8300165072b5438
Octal3552706002612075312470
Binary111011011011100011000001011010100001111010111010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB830; }

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

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

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

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

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

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

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

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