#EBC025

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

Shades of Bright Sun #EBC025

Tints of Bright Sun #EBC025

Color information

#EBC025 (or 0xEBC025) is unknown color: approx Bright Sun. HEX triplet: EB, C0 and 25. RGB value is (235,192,37). Sum of RGB (Red+Green+Blue) = 235+192+37=464 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.65% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 37 (14.84% from 255 or 7.97% from 464); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC025 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC025 is #143FDA. Grayscale: #BBBBBB. Windows color (decimal): -1327067 or 2474219. OLE color: 2474219.

HSL color Cylindrical-coordinate representation of color #EBC025: hue angle of 46.97º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EBC025 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.08.

Color convert

RGB23519237-
CMYK00.180.840.08
HSL46.97º83.19%53.33%-
HSV(B)46.97º84.26%92.16%-
XYZ53.4455.59.65-
YUV187.1943.25162.1-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.65%
GREEN value IS 192 (75.39% from 255) = 41.38%
BLUE value IS 37 (14.84% from 255) = 7.97%
R=50.65%
G=41.38%
B=7.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.84
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351923700.180.840.0846.9783.1953.33
HexEBC0250125482f5335
Octal35330045022124105712365
Binary1110101111000000100101010010101010010001011111010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC025; }

 p { color: rgb(235,192,37); }

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

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

 a { background-color: rgb(235,192,37); }

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

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

 span { border-color: rgb(235,192,37); }

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