#CED15E

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

Shades of Wild Willow #CED15E

Tints of Wild Willow #CED15E

Color information

#CED15E (or 0xCED15E) is unknown color: approx Wild Willow. HEX triplet: CE, D1 and 5E. RGB value is (206,209,94). Sum of RGB (Red+Green+Blue) = 206+209+94=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 209 (82.03% from 255 or 41.06% from 509); Blue value is 94 (37.11% from 255 or 18.47% from 509); Max value from RGB is 209 - color contains mainly: green. Hex color #CED15E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED15E is #312EA1. Grayscale: #C3C3C3. Windows color (decimal): -3223202 or 6214094. OLE color: 6214094.

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

Color convert

RGB20620994-
CMYK0.0100.550.18
HSL61.57º55.56%59.41%-
HSV(B)61.57º55.02%81.96%-
XYZ50.2759.5319.43-
YUV194.9971.01135.85-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.47%
GREEN value IS 209 (82.03% from 255) = 41.06%
BLUE value IS 94 (37.11% from 255) = 18.47%
R=40.47%
G=41.06%
B=18.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal206209940.0100.550.1861.5755.5659.41
HexCED15E1037123e383b
Octal316321136106722767073
Binary110011101101000110111101011011110010111110111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED15E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED15E; }

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

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

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

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

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

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

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

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