Html Css Color HEX #CED26E Goldenrod

📋 copy color: '#CED26E'

red 206 ◦ green 210 ◦ blue 110

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

Shades of Goldenrod #CED26E

Tints of Goldenrod #CED26E

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.92%

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

R = 39.16%
G = 39.92%
B = 20.91%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#CED26E (or 0xCED26E) is known color: Goldenrod. HEX triplet: CE, D2 and 6E. RGB value is (206,210,110). Sum of RGB (Red+Green+Blue) = 206+210+110=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 210 (82.42% from 255 or 39.92% from 526); Blue value is 110 (43.36% from 255 or 20.91% from 526); Max value from RGB is 210 - color contains mainly: green. Hex color #CED26E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED26E is #312D91. Grayscale: #C5C5C5. Windows color (decimal): -3222930 or 7262926. OLE color: 7262926.

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

Color convert

RGB 206 210 110 -
CMYK 0.02 0 0.48 0.18
HSL 62.4º 0.53% 0.63% -
HSV(B) 62.4º 0.48% 0.82% -
XYZ 51.31 60.34 23.69 -
YUV 197.4 78.67 134.13 -
System Red Green Blue C M Y K H S L
Decimal 206 210 110 0.02 0 0.48 0.18 62.4 0.53 0.63
Hex CE D2 6E 2 0 30 12 3E 35 3F
Octal 316 322 156 2 0 60 22 76 65 77
Binary 11001110 11010010 1101110 10 0 110000 10010 111110 110101 111111

Color Harmonies of #CED26E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED26E

Black with #CED26E

Text Example


Text Example

White with #CED26E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED26E; }

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

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

background-color css

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

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

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

border-color css

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

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

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