#CEC545

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

Shades of Wattle #CEC545

Tints of Wattle #CEC545

Color information

#CEC545 (or 0xCEC545) is unknown color: approx Wattle. HEX triplet: CE, C5 and 45. RGB value is (206,197,69). Sum of RGB (Red+Green+Blue) = 206+197+69=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 197 (77.34% from 255 or 41.74% from 472); Blue value is 69 (27.34% from 255 or 14.62% from 472); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC545 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC545 is #313ABA. Grayscale: #B9B9B9. Windows color (decimal): -3226299 or 4572622. OLE color: 4572622.

HSL color Cylindrical-coordinate representation of color #CEC545: hue angle of 56.06º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CEC545 is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB20619769-
CMYK00.040.670.19
HSL56.06º58.3%53.92%-
HSV(B)56.06º66.5%80.78%-
XYZ46.4953.4813.5-
YUV185.162.48142.91-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.64%
GREEN value IS 197 (77.34% from 255) = 41.74%
BLUE value IS 69 (27.34% from 255) = 14.62%
R=43.64%
G=41.74%
B=14.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.67
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061976900.040.670.1956.0658.353.92
HexCEC545044313383a36
Octal3163051050410323707266
Binary110011101100010110001010100100001110011111000111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC545; }

 p { color: rgb(206,197,69); }

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

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

 a { background-color: rgb(206,197,69); }

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

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

 span { border-color: rgb(206,197,69); }

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