#CEC338

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

Shades of Wattle #CEC338

Tints of Wattle #CEC338

Color information

#CEC338 (or 0xCEC338) is unknown color: approx Wattle. HEX triplet: CE, C3 and 38. RGB value is (206,195,56). Sum of RGB (Red+Green+Blue) = 206+195+56=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 195 (76.56% from 255 or 42.67% from 457); Blue value is 56 (22.27% from 255 or 12.25% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC338 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC338 is #313CC7. Grayscale: #B7B7B7. Windows color (decimal): -3226824 or 3720142. OLE color: 3720142.

HSL color Cylindrical-coordinate representation of color #CEC338: hue angle of 55.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CEC338 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB20619556-
CMYK00.050.730.19
HSL55.6º60.48%51.37%-
HSV(B)55.6º72.82%80.78%-
XYZ45.6852.4411.46-
YUV182.4456.64144.8-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.08%
GREEN value IS 195 (76.56% from 255) = 42.67%
BLUE value IS 56 (22.27% from 255) = 12.25%
R=45.08%
G=42.67%
B=12.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.73
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061955600.050.730.1955.660.4851.37
HexCEC338054913383c33
Octal316303700511123707463
Binary11001110110000111110000101100100110011111000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC338; }

 p { color: rgb(206,195,56); }

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

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

 a { background-color: rgb(206,195,56); }

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

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

 span { border-color: rgb(206,195,56); }

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