#ECBD32

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

Shades of Bright Sun #ECBD32

Tints of Bright Sun #ECBD32

Color information

#ECBD32 (or 0xECBD32) is unknown color: approx Bright Sun. HEX triplet: EC, BD and 32. RGB value is (236,189,50). Sum of RGB (Red+Green+Blue) = 236+189+50=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 189 (74.22% from 255 or 39.79% from 475); Blue value is 50 (19.92% from 255 or 10.53% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBD32 is #1342CD. Grayscale: #BBBBBB. Windows color (decimal): -1262286 or 3325420. OLE color: 3325420.

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

Color convert

RGB23618950-
CMYK00.200.790.07
HSL44.84º83.04%56.08%-
HSV(B)44.84º78.81%92.55%-
XYZ53.3754.4610.72-
YUV187.2150.57162.8-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.68%
GREEN value IS 189 (74.22% from 255) = 39.79%
BLUE value IS 50 (19.92% from 255) = 10.53%
R=49.68%
G=39.79%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.79
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361895000.200.790.0744.8483.0456.08
HexECBD320144F72d5338
Octal3542756202411775512370
Binary111011001011110111001001010010011111111011011010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBD32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBD32; }

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

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

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

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

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

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

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

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