Html Css Color HEX #CED357 Wild Willow

📋 copy color: '#CED357'

red 206 ◦ green 211 ◦ blue 87

#CED357
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Willow #CED357

Tints of Wild Willow #CED357

RGB

 RED value IS 206 (80.86% from 255) = 40.87%

 GREEN value IS 211 (82.81% from 255) = 41.87%

 BLUE value IS 87 (34.38% from 255) = 17.26%

R = 40.87%
G = 41.87%
B = 17.26%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.59

 K value IS 0.17

RGB Variations

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

Color information

#CED357 (or 0xCED357) is known color: Wild Willow. HEX triplet: CE, D3 and 57. RGB value is (206,211,87). Sum of RGB (Red+Green+Blue) = 206+211+87=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 211 (82.81% from 255 or 41.87% from 504); Blue value is 87 (34.38% from 255 or 17.26% from 504); Max value from RGB is 211 - color contains mainly: green. Hex color #CED357 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED357 is #312CA8. Grayscale: #C3C3C3. Windows color (decimal): -3222697 or 5755854. OLE color: 5755854.

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

Color convert

RGB 206 211 87 -
CMYK 0.02 0 0.59 0.17
HSL 62.42º 0.58% 0.58% -
HSV(B) 62.42º 0.59% 0.83% -
XYZ 50.47 60.4 18.01 -
YUV 195.37 66.84 135.58 -
System Red Green Blue C M Y K H S L
Decimal 206 211 87 0.02 0 0.59 0.17 62.42 0.58 0.58
Hex CE D3 57 2 0 3B 11 3E 3A 3A
Octal 316 323 127 2 0 73 21 76 72 72
Binary 11001110 11010011 1010111 10 0 111011 10001 111110 111010 111010

Color Harmonies of #CED357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED357

Black with #CED357

Text Example


Text Example

White with #CED357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED357; }

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

 H1.HeaderClassName
 {
   color: #CED357;
 }
 .AnyTagClassName
 {
   color: #CED357;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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