#CECA4B

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

Shades of Wattle #CECA4B

Tints of Wattle #CECA4B

Color information

#CECA4B (or 0xCECA4B) is unknown color: approx Wattle. HEX triplet: CE, CA and 4B. RGB value is (206,202,75). Sum of RGB (Red+Green+Blue) = 206+202+75=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 202 (79.30% from 255 or 41.82% from 483); Blue value is 75 (29.69% from 255 or 15.53% from 483); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECA4B is #3135B4. Grayscale: #BDBDBD. Windows color (decimal): -3225013 or 4967118. OLE color: 4967118.

HSL color Cylindrical-coordinate representation of color #CECA4B: hue angle of 58.17º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CECA4B is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB20620275-
CMYK00.020.640.19
HSL58.17º57.21%55.1%-
HSV(B)58.17º63.59%80.78%-
XYZ47.8455.8714.92-
YUV188.7263.83140.33-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.65%
GREEN value IS 202 (79.30% from 255) = 41.82%
BLUE value IS 75 (29.69% from 255) = 15.53%
R=42.65%
G=41.82%
B=15.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.64
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2062027500.020.640.1958.1757.2155.1
HexCECA4B0240133a3937
Octal3163121130210023727167
Binary11001110110010101001011010100000010011111010111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECA4B; }

 p { color: rgb(206,202,75); }

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

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

 a { background-color: rgb(206,202,75); }

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

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

 span { border-color: rgb(206,202,75); }

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