#CED562

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

Shades of Wild Willow #CED562

Tints of Wild Willow #CED562

Color information

#CED562 (or 0xCED562) is unknown color: approx Wild Willow. HEX triplet: CE, D5 and 62. RGB value is (206,213,98). Sum of RGB (Red+Green+Blue) = 206+213+98=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 213 (83.59% from 255 or 41.20% from 517); Blue value is 98 (38.67% from 255 or 18.96% from 517); Max value from RGB is 213 - color contains mainly: green. Hex color #CED562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED562 is #312A9D. Grayscale: #C6C6C6. Windows color (decimal): -3222174 or 6477262. OLE color: 6477262.

HSL color Cylindrical-coordinate representation of color #CED562: hue angle of 63.65º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CED562 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB20621398-
CMYK0.0300.540.16
HSL63.65º57.79%60.98%-
HSV(B)63.65º53.99%83.53%-
XYZ51.4561.5920.73-
YUV197.871.68133.85-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.85%
GREEN value IS 213 (83.59% from 255) = 41.20%
BLUE value IS 98 (38.67% from 255) = 18.96%
R=39.85%
G=41.20%
B=18.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal206213980.0300.540.1663.6557.7960.98
HexCED562303610403a3d
Octal3163251423066201007275
Binary11001110110101011100010110110110100001000000111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED562; }

 p { color: rgb(206,213,98); }

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

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

 a { background-color: rgb(206,213,98); }

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

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

 span { border-color: rgb(206,213,98); }

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