#ECBE32

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

Shades of Bright Sun #ECBE32

Tints of Bright Sun #ECBE32

Color information

#ECBE32 (or 0xECBE32) is unknown color: approx Bright Sun. HEX triplet: EC, BE and 32. RGB value is (236,190,50). Sum of RGB (Red+Green+Blue) = 236+190+50=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 190 (74.61% from 255 or 39.92% from 476); Blue value is 50 (19.92% from 255 or 10.50% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBE32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBE32 is #1341CD. Grayscale: #BCBCBC. Windows color (decimal): -1262030 or 3325676. OLE color: 3325676.

HSL color Cylindrical-coordinate representation of color #ECBE32: hue angle of 45.16º degrees, saturation: 0.83, 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 #ECBE32 is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB23619050-
CMYK00.190.790.07
HSL45.16º83.04%56.08%-
HSV(B)45.16º78.81%92.55%-
XYZ53.5854.8910.79-
YUV187.7950.24162.38-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.58%
GREEN value IS 190 (74.61% from 255) = 39.92%
BLUE value IS 50 (19.92% from 255) = 10.50%
R=49.58%
G=39.92%
B=10.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.79
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361905000.190.790.0745.1683.0456.08
HexECBE320134F72d5338
Octal3542766202311775512370
Binary111011001011111011001001001110011111111011011010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBE32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBE32; }

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

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

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

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

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

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

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

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