#CED757

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

Shades of Wild Willow #CED757

Tints of Wild Willow #CED757

Color information

#CED757 (or 0xCED757) is unknown color: approx Wild Willow. HEX triplet: CE, D7 and 57. RGB value is (206,215,87). Sum of RGB (Red+Green+Blue) = 206+215+87=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 215 (84.38% from 255 or 42.32% from 508); Blue value is 87 (34.38% from 255 or 17.13% from 508); Max value from RGB is 215 - color contains mainly: green. Hex color #CED757 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED757 is #3128A8. Grayscale: #C6C6C6. Windows color (decimal): -3221673 or 5756878. OLE color: 5756878.

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

Color convert

RGB20621587-
CMYK0.0400.600.16
HSL64.22º61.54%59.22%-
HSV(B)64.22º59.53%84.31%-
XYZ51.4762.4118.35-
YUV197.7265.52133.91-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.55%
GREEN value IS 215 (84.38% from 255) = 42.32%
BLUE value IS 87 (34.38% from 255) = 17.13%
R=40.55%
G=42.32%
B=17.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal206215870.0400.600.1664.2261.5459.22
HexCED757403C10403e3b
Octal3163271274074201007673
Binary110011101101011110101111000111100100001000000111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED757; }

 p { color: rgb(206,215,87); }

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

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

 a { background-color: rgb(206,215,87); }

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

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

 span { border-color: rgb(206,215,87); }

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