#CEC95E

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

Shades of Wild Willow #CEC95E

Tints of Wild Willow #CEC95E

Color information

#CEC95E (or 0xCEC95E) is unknown color: approx Wild Willow. HEX triplet: CE, C9 and 5E. RGB value is (206,201,94). Sum of RGB (Red+Green+Blue) = 206+201+94=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 201 (78.91% from 255 or 40.12% from 501); Blue value is 94 (37.11% from 255 or 18.76% from 501); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC95E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC95E is #3136A1. Grayscale: #BEBEBE. Windows color (decimal): -3225250 or 6212046. OLE color: 6212046.

HSL color Cylindrical-coordinate representation of color #CEC95E: hue angle of 57.32º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CEC95E is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB20620194-
CMYK00.020.540.19
HSL57.32º53.33%58.82%-
HSV(B)57.32º54.37%80.78%-
XYZ48.3655.718.79-
YUV190.373.66139.2-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.12%
GREEN value IS 201 (78.91% from 255) = 40.12%
BLUE value IS 94 (37.11% from 255) = 18.76%
R=41.12%
G=40.12%
B=18.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.54
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2062019400.020.540.1957.3253.3358.82
HexCEC95E02361339353b
Octal316311136026623716573
Binary1100111011001001101111001011011010011111001110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC95E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC95E; }

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

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

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

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

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

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

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

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