#ECBE31

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

Shades of Bright Sun #ECBE31

Tints of Bright Sun #ECBE31

Color information

#ECBE31 (or 0xECBE31) is unknown color: approx Bright Sun. HEX triplet: EC, BE and 31. RGB value is (236,190,49). Sum of RGB (Red+Green+Blue) = 236+190+49=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 49 (19.53% from 255 or 10.32% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBE31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBE31 is #1341CE. Grayscale: #BCBCBC. Windows color (decimal): -1262031 or 3260140. OLE color: 3260140.

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

Color convert

RGB23619049-
CMYK00.190.790.07
HSL45.24º83.11%55.88%-
HSV(B)45.24º79.24%92.55%-
XYZ53.5654.8810.68-
YUV187.6849.74162.46-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.68%
GREEN value IS 190 (74.61% from 255) = 40%
BLUE value IS 49 (19.53% from 255) = 10.32%
R=49.68%
G=40%
B=10.32%

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
Decimal2361904900.190.790.0745.2483.1155.88
HexECBE310134F72d5338
Octal3542766102311775512370
Binary111011001011111011000101001110011111111011011010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBE31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBE31; }

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

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

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

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

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

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

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

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