#CED05A

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

Shades of Wild Willow #CED05A

Tints of Wild Willow #CED05A

Color information

#CED05A (or 0xCED05A) is unknown color: approx Wild Willow. HEX triplet: CE, D0 and 5A. RGB value is (206,208,90). Sum of RGB (Red+Green+Blue) = 206+208+90=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 208 (81.64% from 255 or 41.27% from 504); Blue value is 90 (35.55% from 255 or 17.86% from 504); Max value from RGB is 208 - color contains mainly: green. Hex color #CED05A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED05A is #312FA5. Grayscale: #C2C2C2. Windows color (decimal): -3223462 or 5951694. OLE color: 5951694.

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

Color convert

RGB20620890-
CMYK0.0100.570.18
HSL61.02º55.66%58.43%-
HSV(B)61.02º56.73%81.57%-
XYZ49.8558.9718.43-
YUV193.9569.34136.59-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.87%
GREEN value IS 208 (81.64% from 255) = 41.27%
BLUE value IS 90 (35.55% from 255) = 17.86%
R=40.87%
G=41.27%
B=17.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal206208900.0100.570.1861.0255.6658.43
HexCED05A1039123d383a
Octal316320132107122757072
Binary110011101101000010110101011100110010111101111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED05A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED05A; }

 p { color: rgb(206,208,90); }

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

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

 a { background-color: rgb(206,208,90); }

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

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

 span { border-color: rgb(206,208,90); }

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