#CED259

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

Shades of Wild Willow #CED259

Tints of Wild Willow #CED259

Color information

#CED259 (or 0xCED259) is unknown color: approx Wild Willow. HEX triplet: CE, D2 and 59. RGB value is (206,210,89). Sum of RGB (Red+Green+Blue) = 206+210+89=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 210 (82.42% from 255 or 41.58% from 505); Blue value is 89 (35.16% from 255 or 17.62% from 505); Max value from RGB is 210 - color contains mainly: green. Hex color #CED259 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED259 is #312DA6. Grayscale: #C3C3C3. Windows color (decimal): -3222951 or 5886670. OLE color: 5886670.

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

Color convert

RGB20621089-
CMYK0.0200.580.18
HSL61.98º57.35%58.63%-
HSV(B)61.98º57.62%82.35%-
XYZ50.359.9418.37-
YUV195.0168.17135.84-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.79%
GREEN value IS 210 (82.42% from 255) = 41.58%
BLUE value IS 89 (35.16% from 255) = 17.62%
R=40.79%
G=41.58%
B=17.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal206210890.0200.580.1861.9857.3558.63
HexCED259203A123e393b
Octal316322131207222767173
Binary1100111011010010101100110011101010010111110111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED259; }

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

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

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

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

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

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

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

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