#CEC045

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

Shades of Wattle #CEC045

Tints of Wattle #CEC045

Color information

#CEC045 (or 0xCEC045) is unknown color: approx Wattle. HEX triplet: CE, C0 and 45. RGB value is (206,192,69). Sum of RGB (Red+Green+Blue) = 206+192+69=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 192 (75.39% from 255 or 41.11% from 467); Blue value is 69 (27.34% from 255 or 14.78% from 467); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC045 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC045 is #313FBA. Grayscale: #B6B6B6. Windows color (decimal): -3227579 or 4571342. OLE color: 4571342.

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

Color convert

RGB20619269-
CMYK00.070.670.19
HSL53.87º58.3%53.92%-
HSV(B)53.87º66.5%80.78%-
XYZ45.3851.2513.13-
YUV182.1664.14145-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.11%
GREEN value IS 192 (75.39% from 255) = 41.11%
BLUE value IS 69 (27.34% from 255) = 14.78%
R=44.11%
G=41.11%
B=14.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.67
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061926900.070.670.1953.8758.353.92
HexCEC045074313363a36
Octal3163001050710323667266
Binary110011101100000010001010111100001110011110110111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC045; }

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

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

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

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

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

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

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

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