#CEC830

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

Shades of Wattle #CEC830

Tints of Wattle #CEC830

Color information

#CEC830 (or 0xCEC830) is unknown color: approx Wattle. HEX triplet: CE, C8 and 30. RGB value is (206,200,48). Sum of RGB (Red+Green+Blue) = 206+200+48=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 200 (78.52% from 255 or 44.05% from 454); Blue value is 48 (19.14% from 255 or 10.57% from 454); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC830 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC830 is #3137CF. Grayscale: #B9B9B9. Windows color (decimal): -3225552 or 3197134. OLE color: 3197134.

HSL color Cylindrical-coordinate representation of color #CEC830: hue angle of 57.72º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CEC830 is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB20620048-
CMYK00.030.770.19
HSL57.72º62.2%49.8%-
HSV(B)57.72º76.7%80.78%-
XYZ46.6454.6410.89-
YUV184.4750.99143.36-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.37%
GREEN value IS 200 (78.52% from 255) = 44.05%
BLUE value IS 48 (19.14% from 255) = 10.57%
R=45.37%
G=44.05%
B=10.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.77
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2062004800.030.770.1957.7262.249.8
HexCEC830034D133a3e32
Octal316310600311523727662
Binary1100111011001000110000011100110110011111010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC830; }

 p { color: rgb(206,200,48); }

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

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

 a { background-color: rgb(206,200,48); }

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

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

 span { border-color: rgb(206,200,48); }

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