#EDBE32

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

Shades of Bright Sun #EDBE32

Tints of Bright Sun #EDBE32

Color information

#EDBE32 (or 0xEDBE32) is unknown color: approx Bright Sun. HEX triplet: ED, BE and 32. RGB value is (237,190,50). Sum of RGB (Red+Green+Blue) = 237+190+50=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 190 (74.61% from 255 or 39.83% from 477); Blue value is 50 (19.92% from 255 or 10.48% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBE32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBE32 is #1241CD. Grayscale: #BCBCBC. Windows color (decimal): -1196494 or 3325677. OLE color: 3325677.

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

Color convert

RGB23719050-
CMYK00.200.790.07
HSL44.92º83.86%56.27%-
HSV(B)44.92º78.9%92.94%-
XYZ53.9155.0610.8-
YUV188.0950.07162.88-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.69%
GREEN value IS 190 (74.61% from 255) = 39.83%
BLUE value IS 50 (19.92% from 255) = 10.48%
R=49.69%
G=39.83%
B=10.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.79
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371905000.200.790.0744.9283.8656.27
HexEDBE320144F72d5438
Octal3552766202411775512470
Binary111011011011111011001001010010011111111011011010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBE32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBE32; }

 p { color: rgb(237,190,50); }

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

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

 a { background-color: rgb(237,190,50); }

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

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

 span { border-color: rgb(237,190,50); }

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