Html Css Color HEX #CEDD5E Goldenrod

📋 copy color: '#CEDD5E'

red 206 ◦ green 221 ◦ blue 94

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

Shades of Goldenrod #CEDD5E

Tints of Goldenrod #CEDD5E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.42%

 BLUE value IS 94 (37.11% from 255) = 18.04%

R = 39.54%
G = 42.42%
B = 18.04%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#CEDD5E (or 0xCEDD5E) is known color: Goldenrod. HEX triplet: CE, DD and 5E. RGB value is (206,221,94). Sum of RGB (Red+Green+Blue) = 206+221+94=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 94 (37.11% from 255 or 18.04% from 521); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDD5E is #3122A1. Grayscale: #CACACA. Windows color (decimal): -3220130 or 6217166. OLE color: 6217166.

HSL color Cylindrical-coordinate representation of color #CEDD5E: hue angle of 67.09º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CEDD5E is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 221 94 -
CMYK 0.07 0 0.57 0.13
HSL 67.09º 0.65% 0.62% -
HSV(B) 67.09º 0.57% 0.87% -
XYZ 53.33 65.64 20.45 -
YUV 202.04 67.03 130.83 -
System Red Green Blue C M Y K H S L
Decimal 206 221 94 0.07 0 0.57 0.13 67.09 0.65 0.62
Hex CE DD 5E 7 0 39 D 43 41 3E
Octal 316 335 136 7 0 71 15 103 101 76
Binary 11001110 11011101 1011110 111 0 111001 1101 1000011 1000001 111110

Color Harmonies of #CEDD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDD5E

Black with #CEDD5E

Text Example


Text Example

White with #CEDD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDD5E; }

 p { color: rgb(206,221,94); }

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

background-color css

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

 a { background-color: rgb(206,221,94); }

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

border-color css

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

 span { border-color: rgb(206,221,94); }

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