#CED242

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

Shades of Wattle #CED242

Tints of Wattle #CED242

Color information

#CED242 (or 0xCED242) is unknown color: approx Wattle. HEX triplet: CE, D2 and 42. RGB value is (206,210,66). Sum of RGB (Red+Green+Blue) = 206+210+66=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 210 (82.42% from 255 or 43.57% from 482); Blue value is 66 (26.17% from 255 or 13.69% from 482); Max value from RGB is 210 - color contains mainly: green. Hex color #CED242 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED242 is #312DBD. Grayscale: #C0C0C0. Windows color (decimal): -3222974 or 4379342. OLE color: 4379342.

HSL color Cylindrical-coordinate representation of color #CED242: hue angle of 61.67º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CED242 is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB20621066-
CMYK0.0200.690.18
HSL61.67º61.54%54.12%-
HSV(B)61.67º68.57%82.35%-
XYZ49.4859.6114.05-
YUV192.3956.67137.71-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.74%
GREEN value IS 210 (82.42% from 255) = 43.57%
BLUE value IS 66 (26.17% from 255) = 13.69%
R=42.74%
G=43.57%
B=13.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal206210660.0200.690.1861.6761.5454.12
HexCED2422045123e3e36
Octal3163221022010522767666
Binary11001110110100101000010100100010110010111110111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED242; }

 p { color: rgb(206,210,66); }

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

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

 a { background-color: rgb(206,210,66); }

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

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

 span { border-color: rgb(206,210,66); }

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