#CED65E

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

Shades of Wild Willow #CED65E

Tints of Wild Willow #CED65E

Color information

#CED65E (or 0xCED65E) is unknown color: approx Wild Willow. HEX triplet: CE, D6 and 5E. RGB value is (206,214,94). Sum of RGB (Red+Green+Blue) = 206+214+94=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 214 (83.98% from 255 or 41.63% from 514); Blue value is 94 (37.11% from 255 or 18.29% from 514); Max value from RGB is 214 - color contains mainly: green. Hex color #CED65E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED65E is #3129A1. Grayscale: #C6C6C6. Windows color (decimal): -3221922 or 6215374. OLE color: 6215374.

HSL color Cylindrical-coordinate representation of color #CED65E: hue angle of 64º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CED65E is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB20621494-
CMYK0.0400.560.16
HSL64º59.41%60.39%-
HSV(B)64º56.07%83.92%-
XYZ51.5262.0219.85-
YUV197.9369.35133.76-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.08%
GREEN value IS 214 (83.98% from 255) = 41.63%
BLUE value IS 94 (37.11% from 255) = 18.29%
R=40.08%
G=41.63%
B=18.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal206214940.0400.560.166459.4160.39
HexCED65E403810403b3c
Octal3163261364070201007374
Binary110011101101011010111101000111000100001000000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED65E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED65E; }

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

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

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

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

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

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

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

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