Html Css Color HEX #CEDD74 Goldenrod

📋 copy color: '#CEDD74'

red 206 ◦ green 221 ◦ blue 116

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

Shades of Goldenrod #CEDD74

Tints of Goldenrod #CEDD74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.36%

R = 37.94%
G = 40.7%
B = 21.36%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#CEDD74 (or 0xCEDD74) is known color: Goldenrod. HEX triplet: CE, DD and 74. RGB value is (206,221,116). Sum of RGB (Red+Green+Blue) = 206+221+116=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 116 (45.70% from 255 or 21.36% from 543); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDD74 is #31228B. Grayscale: #CCCCCC. Windows color (decimal): -3220108 or 7658958. OLE color: 7658958.

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

Color convert

RGB 206 221 116 -
CMYK 0.07 0 0.48 0.13
HSL 68.57º 0.61% 0.66% -
HSV(B) 68.57º 0.48% 0.87% -
XYZ 54.46 66.1 26.41 -
YUV 204.55 78.03 129.04 -
System Red Green Blue C M Y K H S L
Decimal 206 221 116 0.07 0 0.48 0.13 68.57 0.61 0.66
Hex CE DD 74 7 0 30 D 45 3D 42
Octal 316 335 164 7 0 60 15 105 75 102
Binary 11001110 11011101 1110100 111 0 110000 1101 1000101 111101 1000010

Color Harmonies of #CEDD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDD74

Black with #CEDD74

Text Example


Text Example

White with #CEDD74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDD74; }

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

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

background-color css

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

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

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

border-color css

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

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

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