Html Css Color HEX #CEDB5F Goldenrod

📋 copy color: '#CEDB5F'

red 206 ◦ green 219 ◦ blue 95

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

Shades of Goldenrod #CEDB5F

Tints of Goldenrod #CEDB5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 18.27%

R = 39.62%
G = 42.12%
B = 18.27%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#CEDB5F (or 0xCEDB5F) is known color: Goldenrod. HEX triplet: CE, DB and 5F. RGB value is (206,219,95). Sum of RGB (Red+Green+Blue) = 206+219+95=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 95 (37.5% from 255 or 18.27% from 520); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDB5F is #3124A0. Grayscale: #C9C9C9. Windows color (decimal): -3220641 or 6282190. OLE color: 6282190.

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

Color convert

RGB 206 219 95 -
CMYK 0.06 0 0.57 0.14
HSL 66.29º 0.63% 0.62% -
HSV(B) 66.29º 0.57% 0.86% -
XYZ 52.85 64.61 20.51 -
YUV 200.98 68.19 131.58 -
System Red Green Blue C M Y K H S L
Decimal 206 219 95 0.06 0 0.57 0.14 66.29 0.63 0.62
Hex CE DB 5F 6 0 39 E 42 3F 3E
Octal 316 333 137 6 0 71 16 102 77 76
Binary 11001110 11011011 1011111 110 0 111001 1110 1000010 111111 111110

Color Harmonies of #CEDB5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDB5F

Black with #CEDB5F

Text Example


Text Example

White with #CEDB5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDB5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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