#ced35f

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

Shades of Wild Willow #CED35F

Tints of Wild Willow #CED35F

Color information

#CED35F (or 0xCED35F) is unknown color: approx Wild Willow. HEX triplet: CE, D3 and 5F. RGB value is (206,211,95). Sum of RGB (Red+Green+Blue) = 206+211+95=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 211 (82.81% from 255 or 41.21% from 512); Blue value is 95 (37.5% from 255 or 18.55% from 512); Max value from RGB is 211 - color contains mainly: green. Hex color #CED35F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED35F is #312CA0. Grayscale: #C4C4C4. Windows color (decimal): -3222689 or 6280142. OLE color: 6280142.

HSL color Cylindrical-coordinate representation of color #CED35F: hue angle of 62.59º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CED35F is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB20621195-
CMYK0.0200.550.17
HSL62.59º56.86%60%-
HSV(B)62.59º54.98%82.75%-
XYZ50.8160.5419.83-
YUV196.2870.84134.93-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.23%
GREEN value IS 211 (82.81% from 255) = 41.21%
BLUE value IS 95 (37.5% from 255) = 18.55%
R=40.23%
G=41.21%
B=18.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal206211950.0200.550.1762.5956.8660
HexCED35F2037113f393c
Octal316323137206721777174
Binary1100111011010011101111110011011110001111111111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ced35f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ced35f; }

 p { color: rgb(206,211,95); }

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

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

 a { background-color: rgb(206,211,95); }

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

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

 span { border-color: rgb(206,211,95); }

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