Html Css Color HEX #CEDB60 Goldenrod

📋 copy color: '#CEDB60'

red 206 ◦ green 219 ◦ blue 96

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

Shades of Goldenrod #CEDB60

Tints of Goldenrod #CEDB60

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.03%

 BLUE value IS 96 (37.89% from 255) = 18.43%

R = 39.54%
G = 42.03%
B = 18.43%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#CEDB60 (or 0xCEDB60) is known color: Goldenrod. HEX triplet: CE, DB and 60. RGB value is (206,219,96). Sum of RGB (Red+Green+Blue) = 206+219+96=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 96 (37.89% from 255 or 18.43% from 521); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDB60 is #31249F. Grayscale: #C9C9C9. Windows color (decimal): -3220640 or 6347726. OLE color: 6347726.

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

Color convert

RGB 206 219 96 -
CMYK 0.06 0 0.56 0.14
HSL 66.34º 0.63% 0.62% -
HSV(B) 66.34º 0.56% 0.86% -
XYZ 52.9 64.63 20.75 -
YUV 201.09 68.69 131.5 -
System Red Green Blue C M Y K H S L
Decimal 206 219 96 0.06 0 0.56 0.14 66.34 0.63 0.62
Hex CE DB 60 6 0 38 E 42 3F 3E
Octal 316 333 140 6 0 70 16 102 77 76
Binary 11001110 11011011 1100000 110 0 111000 1110 1000010 111111 111110

Color Harmonies of #CEDB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDB60

Black with #CEDB60

Text Example


Text Example

White with #CEDB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDB60; }

 p { color: rgb(206,219,96); }

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

background-color css

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

 a { background-color: rgb(206,219,96); }

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

border-color css

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

 span { border-color: rgb(206,219,96); }

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