#EDB733

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

Shades of Bright Sun #EDB733

Tints of Bright Sun #EDB733

Color information

#EDB733 (or 0xEDB733) is unknown color: approx Bright Sun. HEX triplet: ED, B7 and 33. RGB value is (237,183,51). Sum of RGB (Red+Green+Blue) = 237+183+51=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 183 (71.88% from 255 or 38.85% from 471); Blue value is 51 (20.31% from 255 or 10.83% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB733 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB733 is #1248CC. Grayscale: #B8B8B8. Windows color (decimal): -1198285 or 3389421. OLE color: 3389421.

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

Color convert

RGB23718351-
CMYK00.230.780.07
HSL42.58º83.78%56.47%-
HSV(B)42.58º78.48%92.94%-
XYZ52.4652.1110.43-
YUV184.152.89165.73-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.32%
GREEN value IS 183 (71.88% from 255) = 38.85%
BLUE value IS 51 (20.31% from 255) = 10.83%
R=50.32%
G=38.85%
B=10.83%

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
Decimal2371835100.230.780.0742.5883.7856.47
HexEDB7330174E72b5438
Octal3552676302711675312470
Binary111011011011011111001101011110011101111010111010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB733; }

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

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

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

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

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

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

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

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