#edb633

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

Shades of Bright Sun #EDB633

Tints of Bright Sun #EDB633

Color information

#EDB633 (or 0xEDB633) is unknown color: approx Bright Sun. HEX triplet: ED, B6 and 33. RGB value is (237,182,51). Sum of RGB (Red+Green+Blue) = 237+182+51=470 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.43% from 470); Green value is 182 (71.48% from 255 or 38.72% from 470); Blue value is 51 (20.31% from 255 or 10.85% from 470); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB633 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB633 is #1249CC. Grayscale: #B8B8B8. Windows color (decimal): -1198541 or 3389165. OLE color: 3389165.

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

Color convert

RGB23718251-
CMYK00.230.780.07
HSL42.26º83.78%56.47%-
HSV(B)42.26º78.48%92.94%-
XYZ52.2551.710.36-
YUV183.5153.22166.15-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.43%
GREEN value IS 182 (71.48% from 255) = 38.72%
BLUE value IS 51 (20.31% from 255) = 10.85%
R=50.43%
G=38.72%
B=10.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371825100.230.780.0742.2683.7856.47
HexEDB6330174E72a5438
Octal3552666302711675212470
Binary111011011011011011001101011110011101111010101010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #edb633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #edb633; }

 p { color: rgb(237,182,51); }

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

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

 a { background-color: rgb(237,182,51); }

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

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

 span { border-color: rgb(237,182,51); }

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