#ECC32A

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

Shades of Bright Sun #ECC32A

Tints of Bright Sun #ECC32A

Color information

#ECC32A (or 0xECC32A) is unknown color: approx Bright Sun. HEX triplet: EC, C3 and 2A. RGB value is (236,195,42). Sum of RGB (Red+Green+Blue) = 236+195+42=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 195 (76.56% from 255 or 41.23% from 473); Blue value is 42 (16.80% from 255 or 8.88% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC32A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC32A is #133CD5. Grayscale: #BEBEBE. Windows color (decimal): -1260758 or 2802668. OLE color: 2802668.

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

Color convert

RGB23619542-
CMYK00.170.820.07
HSL47.32º83.62%54.51%-
HSV(B)47.32º82.2%92.55%-
XYZ54.5357.0310.32-
YUV189.8244.58160.94-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.89%
GREEN value IS 195 (76.56% from 255) = 41.23%
BLUE value IS 42 (16.80% from 255) = 8.88%
R=49.89%
G=41.23%
B=8.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.82
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361954200.170.820.0747.3283.6254.51
HexECC32A0115272f5437
Octal3543035202112275712467
Binary111011001100001110101001000110100101111011111010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC32A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC32A; }

 p { color: rgb(236,195,42); }

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

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

 a { background-color: rgb(236,195,42); }

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

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

 span { border-color: rgb(236,195,42); }

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