#ECBC38

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

Shades of Bright Sun #ECBC38

Tints of Bright Sun #ECBC38

Color information

#ECBC38 (or 0xECBC38) is unknown color: approx Bright Sun. HEX triplet: EC, BC and 38. RGB value is (236,188,56). Sum of RGB (Red+Green+Blue) = 236+188+56=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 188 (73.83% from 255 or 39.17% from 480); Blue value is 56 (22.27% from 255 or 11.67% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBC38 is #1343C7. Grayscale: #BBBBBB. Windows color (decimal): -1262536 or 3718380. OLE color: 3718380.

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

Color convert

RGB23618856-
CMYK00.200.760.07
HSL44º82.57%57.25%-
HSV(B)44º76.27%92.55%-
XYZ53.2954.0811.37-
YUV187.353.9162.73-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.17%
GREEN value IS 188 (73.83% from 255) = 39.17%
BLUE value IS 56 (22.27% from 255) = 11.67%
R=49.17%
G=39.17%
B=11.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.76
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361885600.200.760.074482.5757.25
HexECBC380144C72c5339
Octal3542747002411475412371
Binary111011001011110011100001010010011001111011001010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBC38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBC38; }

 p { color: rgb(236,188,56); }

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

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

 a { background-color: rgb(236,188,56); }

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

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

 span { border-color: rgb(236,188,56); }

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