Html Css Color HEX #CEDC75 Goldenrod

📋 copy color: '#CEDC75'

red 206 ◦ green 220 ◦ blue 117

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

Shades of Goldenrod #CEDC75

Tints of Goldenrod #CEDC75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.55%

R = 37.94%
G = 40.52%
B = 21.55%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#CEDC75 (or 0xCEDC75) is known color: Goldenrod. HEX triplet: CE, DC and 75. RGB value is (206,220,117). Sum of RGB (Red+Green+Blue) = 206+220+117=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 117 (46.09% from 255 or 21.55% from 543); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDC75 is #31238A. Grayscale: #CCCCCC. Windows color (decimal): -3220363 or 7724238. OLE color: 7724238.

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

Color convert

RGB 206 220 117 -
CMYK 0.06 0 0.47 0.14
HSL 68.16º 0.6% 0.66% -
HSV(B) 68.16º 0.47% 0.86% -
XYZ 54.26 65.59 26.63 -
YUV 204.07 78.86 129.38 -
System Red Green Blue C M Y K H S L
Decimal 206 220 117 0.06 0 0.47 0.14 68.16 0.6 0.66
Hex CE DC 75 6 0 2F E 44 3C 42
Octal 316 334 165 6 0 57 16 104 74 102
Binary 11001110 11011100 1110101 110 0 101111 1110 1000100 111100 1000010

Color Harmonies of #CEDC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDC75

Black with #CEDC75

Text Example


Text Example

White with #CEDC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDC75; }

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

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

background-color css

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

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

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

border-color css

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

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

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