#CED346

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

Shades of Wattle #CED346

Tints of Wattle #CED346

Color information

#CED346 (or 0xCED346) is unknown color: approx Wattle. HEX triplet: CE, D3 and 46. RGB value is (206,211,70). Sum of RGB (Red+Green+Blue) = 206+211+70=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 211 (82.81% from 255 or 43.33% from 487); Blue value is 70 (27.73% from 255 or 14.37% from 487); Max value from RGB is 211 - color contains mainly: green. Hex color #CED346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED346 is #312CB9. Grayscale: #C1C1C1. Windows color (decimal): -3222714 or 4641742. OLE color: 4641742.

HSL color Cylindrical-coordinate representation of color #CED346: hue angle of 62.13º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CED346 is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB20621170-
CMYK0.0200.670.17
HSL62.13º61.57%55.1%-
HSV(B)62.13º66.82%82.75%-
XYZ49.8560.1514.78-
YUV193.4358.34136.96-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.30%
GREEN value IS 211 (82.81% from 255) = 43.33%
BLUE value IS 70 (27.73% from 255) = 14.37%
R=42.30%
G=43.33%
B=14.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal206211700.0200.670.1762.1361.5755.1
HexCED3462043113e3e37
Octal3163231062010321767667
Binary11001110110100111000110100100001110001111110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED346; }

 p { color: rgb(206,211,70); }

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

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

 a { background-color: rgb(206,211,70); }

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

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

 span { border-color: rgb(206,211,70); }

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