Html Css Color HEX #CED260 Wild Willow

📋 copy color: '#CED260'

red 206 ◦ green 210 ◦ blue 96

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

Shades of Wild Willow #CED260

Tints of Wild Willow #CED260

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.02%

 BLUE value IS 96 (37.89% from 255) = 18.75%

R = 40.23%
G = 41.02%
B = 18.75%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#CED260 (or 0xCED260) is known color: Wild Willow. HEX triplet: CE, D2 and 60. RGB value is (206,210,96). Sum of RGB (Red+Green+Blue) = 206+210+96=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 210 (82.42% from 255 or 41.02% from 512); Blue value is 96 (37.89% from 255 or 18.75% from 512); Max value from RGB is 210 - color contains mainly: green. Hex color #CED260 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED260 is #312D9F. Grayscale: #C4C4C4. Windows color (decimal): -3222944 or 6345422. OLE color: 6345422.

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

Color convert

RGB 206 210 96 -
CMYK 0.02 0 0.54 0.18
HSL 62.11º 0.56% 0.6% -
HSV(B) 62.11º 0.54% 0.82% -
XYZ 50.61 60.06 19.99 -
YUV 195.81 71.67 135.27 -
System Red Green Blue C M Y K H S L
Decimal 206 210 96 0.02 0 0.54 0.18 62.11 0.56 0.6
Hex CE D2 60 2 0 36 12 3E 38 3C
Octal 316 322 140 2 0 66 22 76 70 74
Binary 11001110 11010010 1100000 10 0 110110 10010 111110 111000 111100

Color Harmonies of #CED260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED260

Black with #CED260

Text Example


Text Example

White with #CED260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED260; }

 p { color: rgb(206,210,96); }

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

background-color css

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

 a { background-color: rgb(206,210,96); }

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

border-color css

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

 span { border-color: rgb(206,210,96); }

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