Html Css Color HEX #CED86E Goldenrod

📋 copy color: '#CED86E'

red 206 ◦ green 216 ◦ blue 110

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

Shades of Goldenrod #CED86E

Tints of Goldenrod #CED86E

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.6%

 BLUE value IS 110 (43.36% from 255) = 20.68%

R = 38.72%
G = 40.6%
B = 20.68%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#CED86E (or 0xCED86E) is known color: Goldenrod. HEX triplet: CE, D8 and 6E. RGB value is (206,216,110). Sum of RGB (Red+Green+Blue) = 206+216+110=532 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.72% from 532); Green value is 216 (84.77% from 255 or 40.60% from 532); Blue value is 110 (43.36% from 255 or 20.68% from 532); Max value from RGB is 216 - color contains mainly: green. Hex color #CED86E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED86E is #312791. Grayscale: #C9C9C9. Windows color (decimal): -3221394 or 7264462. OLE color: 7264462.

HSL color Cylindrical-coordinate representation of color #CED86E: hue angle of 65.66º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CED86E is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 216 110 -
CMYK 0.05 0 0.49 0.15
HSL 65.66º 0.58% 0.64% -
HSV(B) 65.66º 0.49% 0.85% -
XYZ 52.82 63.36 24.2 -
YUV 200.93 76.69 131.62 -
System Red Green Blue C M Y K H S L
Decimal 206 216 110 0.05 0 0.49 0.15 65.66 0.58 0.64
Hex CE D8 6E 5 0 31 F 42 3A 40
Octal 316 330 156 5 0 61 17 102 72 100
Binary 11001110 11011000 1101110 101 0 110001 1111 1000010 111010 1000000

Color Harmonies of #CED86E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED86E

Black with #CED86E

Text Example


Text Example

White with #CED86E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED86E; }

 p { color: rgb(206,216,110); }

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

background-color css

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

 a { background-color: rgb(206,216,110); }

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

border-color css

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

 span { border-color: rgb(206,216,110); }

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