#CEDA5E

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

Shades of Wild Willow #CEDA5E

Tints of Wild Willow #CEDA5E

Color information

#CEDA5E (or 0xCEDA5E) is unknown color: approx Wild Willow. HEX triplet: CE, DA and 5E. RGB value is (206,218,94). Sum of RGB (Red+Green+Blue) = 206+218+94=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 94 (37.11% from 255 or 18.15% from 518); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDA5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDA5E is #3125A1. Grayscale: #C8C8C8. Windows color (decimal): -3220898 or 6216398. OLE color: 6216398.

HSL color Cylindrical-coordinate representation of color #CEDA5E: hue angle of 65.81º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CEDA5E is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB20621894-
CMYK0.0600.570.15
HSL65.81º62.63%61.18%-
HSV(B)65.81º56.88%85.49%-
XYZ52.5564.0720.19-
YUV200.2868.02132.08-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.77%
GREEN value IS 218 (85.55% from 255) = 42.08%
BLUE value IS 94 (37.11% from 255) = 18.15%
R=39.77%
G=42.08%
B=18.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal206218940.0600.570.1565.8162.6361.18
HexCEDA5E6039F423f3d
Octal3163321366071171027775
Binary11001110110110101011110110011100111111000010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDA5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDA5E; }

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

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

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

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

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

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

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

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