Html Css Color HEX #CED258 Wild Willow

📋 copy color: '#CED258'

red 206 ◦ green 210 ◦ blue 88

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

Shades of Wild Willow #CED258

Tints of Wild Willow #CED258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 17.46%

R = 40.87%
G = 41.67%
B = 17.46%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#CED258 (or 0xCED258) is known color: Wild Willow. HEX triplet: CE, D2 and 58. RGB value is (206,210,88). Sum of RGB (Red+Green+Blue) = 206+210+88=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 210 (82.42% from 255 or 41.67% from 504); Blue value is 88 (34.77% from 255 or 17.46% from 504); Max value from RGB is 210 - color contains mainly: green. Hex color #CED258 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED258 is #312DA7. Grayscale: #C3C3C3. Windows color (decimal): -3222952 or 5821134. OLE color: 5821134.

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

Color convert

RGB 206 210 88 -
CMYK 0.02 0 0.58 0.18
HSL 61.97º 0.58% 0.58% -
HSV(B) 61.97º 0.58% 0.82% -
XYZ 50.26 59.92 18.15 -
YUV 194.9 67.67 135.92 -
System Red Green Blue C M Y K H S L
Decimal 206 210 88 0.02 0 0.58 0.18 61.97 0.58 0.58
Hex CE D2 58 2 0 3A 12 3E 3A 3A
Octal 316 322 130 2 0 72 22 76 72 72
Binary 11001110 11010010 1011000 10 0 111010 10010 111110 111010 111010

Color Harmonies of #CED258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED258

Black with #CED258

Text Example


Text Example

White with #CED258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED258; }

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

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

background-color css

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

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

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

border-color css

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

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

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