Html Css Color HEX #CEDC62 Goldenrod

📋 copy color: '#CEDC62'

red 206 ◦ green 220 ◦ blue 98

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

Shades of Goldenrod #CEDC62

Tints of Goldenrod #CEDC62

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.98%

 BLUE value IS 98 (38.67% from 255) = 18.7%

R = 39.31%
G = 41.98%
B = 18.7%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#CEDC62 (or 0xCEDC62) is known color: Goldenrod. HEX triplet: CE, DC and 62. RGB value is (206,220,98). Sum of RGB (Red+Green+Blue) = 206+220+98=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 98 (38.67% from 255 or 18.70% from 524); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDC62 is #31239D. Grayscale: #CACACA. Windows color (decimal): -3220382 or 6479054. OLE color: 6479054.

HSL color Cylindrical-coordinate representation of color #CEDC62: hue angle of 66.89º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CEDC62 is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 220 98 -
CMYK 0.06 0 0.55 0.14
HSL 66.89º 0.64% 0.62% -
HSV(B) 66.89º 0.55% 0.86% -
XYZ 53.25 65.19 21.33 -
YUV 201.91 69.36 130.92 -
System Red Green Blue C M Y K H S L
Decimal 206 220 98 0.06 0 0.55 0.14 66.89 0.64 0.62
Hex CE DC 62 6 0 37 E 43 40 3E
Octal 316 334 142 6 0 67 16 103 100 76
Binary 11001110 11011100 1100010 110 0 110111 1110 1000011 1000000 111110

Color Harmonies of #CEDC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDC62

Black with #CEDC62

Text Example


Text Example

White with #CEDC62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDC62; }

 p { color: rgb(206,220,98); }

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

background-color css

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

 a { background-color: rgb(206,220,98); }

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

border-color css

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

 span { border-color: rgb(206,220,98); }

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