Html Css Color HEX #CED36E Goldenrod

📋 copy color: '#CED36E'

red 206 ◦ green 211 ◦ blue 110

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

Shades of Goldenrod #CED36E

Tints of Goldenrod #CED36E

RGB

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

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

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

R = 39.09%
G = 40.04%
B = 20.87%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#CED36E (or 0xCED36E) is known color: Goldenrod. HEX triplet: CE, D3 and 6E. RGB value is (206,211,110). Sum of RGB (Red+Green+Blue) = 206+211+110=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 211 (82.81% from 255 or 40.04% from 527); Blue value is 110 (43.36% from 255 or 20.87% from 527); Max value from RGB is 211 - color contains mainly: green. Hex color #CED36E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED36E is #312C91. Grayscale: #C6C6C6. Windows color (decimal): -3222674 or 7263182. OLE color: 7263182.

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

Color convert

RGB 206 211 110 -
CMYK 0.02 0 0.48 0.17
HSL 62.97º 0.53% 0.63% -
HSV(B) 62.97º 0.48% 0.83% -
XYZ 51.56 60.84 23.78 -
YUV 197.99 78.34 133.71 -
System Red Green Blue C M Y K H S L
Decimal 206 211 110 0.02 0 0.48 0.17 62.97 0.53 0.63
Hex CE D3 6E 2 0 30 11 3F 35 3F
Octal 316 323 156 2 0 60 21 77 65 77
Binary 11001110 11010011 1101110 10 0 110000 10001 111111 110101 111111

Color Harmonies of #CED36E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED36E

Black with #CED36E

Text Example


Text Example

White with #CED36E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED36E; }

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

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

background-color css

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

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

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

border-color css

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

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

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