#CED14C

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

Shades of Wattle #CED14C

Tints of Wattle #CED14C

Color information

#CED14C (or 0xCED14C) is unknown color: approx Wattle. HEX triplet: CE, D1 and 4C. RGB value is (206,209,76). Sum of RGB (Red+Green+Blue) = 206+209+76=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 209 (82.03% from 255 or 42.57% from 491); Blue value is 76 (30.08% from 255 or 15.48% from 491); Max value from RGB is 209 - color contains mainly: green. Hex color #CED14C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED14C is #312EB3. Grayscale: #C1C1C1. Windows color (decimal): -3223220 or 5034446. OLE color: 5034446.

HSL color Cylindrical-coordinate representation of color #CED14C: hue angle of 61.35º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CED14C is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB20620976-
CMYK0.0100.640.18
HSL61.35º59.11%55.88%-
HSV(B)61.35º63.64%81.96%-
XYZ49.5659.2415.66-
YUV192.9462.01137.31-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.96%
GREEN value IS 209 (82.03% from 255) = 42.57%
BLUE value IS 76 (30.08% from 255) = 15.48%
R=41.96%
G=42.57%
B=15.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal206209760.0100.640.1861.3559.1155.88
HexCED14C1040123d3b38
Octal3163211141010022757370
Binary1100111011010001100110010100000010010111101111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED14C; }

 p { color: rgb(206,209,76); }

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

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

 a { background-color: rgb(206,209,76); }

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

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

 span { border-color: rgb(206,209,76); }

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