#ced247

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

Shades of Wattle #CED247

Tints of Wattle #CED247

Color information

#CED247 (or 0xCED247) is unknown color: approx Wattle. HEX triplet: CE, D2 and 47. RGB value is (206,210,71). Sum of RGB (Red+Green+Blue) = 206+210+71=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 210 (82.42% from 255 or 43.12% from 487); Blue value is 71 (28.12% from 255 or 14.58% from 487); Max value from RGB is 210 - color contains mainly: green. Hex color #CED247 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED247 is #312DB8. Grayscale: #C1C1C1. Windows color (decimal): -3222969 or 4707022. OLE color: 4707022.

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

Color convert

RGB20621071-
CMYK0.0200.660.18
HSL61.73º60.7%55.1%-
HSV(B)61.73º66.19%82.35%-
XYZ49.6459.6714.86-
YUV192.9659.17137.3-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.30%
GREEN value IS 210 (82.42% from 255) = 43.12%
BLUE value IS 71 (28.12% from 255) = 14.58%
R=42.30%
G=43.12%
B=14.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal206210710.0200.660.1861.7360.755.1
HexCED2472042123e3d37
Octal3163221072010222767567
Binary11001110110100101000111100100001010010111110111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ced247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ced247; }

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

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

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

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

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

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

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

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