#ECBA28

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

Shades of Bright Sun #ECBA28

Tints of Bright Sun #ECBA28

Color information

#ECBA28 (or 0xECBA28) is unknown color: approx Bright Sun. HEX triplet: EC, BA and 28. RGB value is (236,186,40). Sum of RGB (Red+Green+Blue) = 236+186+40=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 40 (16.02% from 255 or 8.66% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBA28 is #1345D7. Grayscale: #B8B8B8. Windows color (decimal): -1263064 or 2669292. OLE color: 2669292.

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

Color convert

RGB23618640-
CMYK00.210.830.07
HSL44.69º83.76%54.12%-
HSV(B)44.69º83.05%92.55%-
XYZ52.5353.19.49-
YUV184.3146.56164.87-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 51.08%
GREEN value IS 186 (73.05% from 255) = 40.26%
BLUE value IS 40 (16.02% from 255) = 8.66%
R=51.08%
G=40.26%
B=8.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.83
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361864000.210.830.0744.6983.7654.12
HexECBA280155372d5436
Octal3542725002512375512466
Binary111011001011101010100001010110100111111011011010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBA28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBA28; }

 p { color: rgb(236,186,40); }

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

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

 a { background-color: rgb(236,186,40); }

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

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

 span { border-color: rgb(236,186,40); }

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