Html Css Color HEX #CEDB72 Goldenrod

📋 copy color: '#CEDB72'

red 206 ◦ green 219 ◦ blue 114

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

Shades of Goldenrod #CEDB72

Tints of Goldenrod #CEDB72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.15%

R = 38.22%
G = 40.63%
B = 21.15%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#CEDB72 (or 0xCEDB72) is known color: Goldenrod. HEX triplet: CE, DB and 72. RGB value is (206,219,114). Sum of RGB (Red+Green+Blue) = 206+219+114=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 219 (85.94% from 255 or 40.63% from 539); Blue value is 114 (44.92% from 255 or 21.15% from 539); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDB72 is #31248D. Grayscale: #CBCBCB. Windows color (decimal): -3220622 or 7527374. OLE color: 7527374.

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

Color convert

RGB 206 219 114 -
CMYK 0.06 0 0.48 0.14
HSL 67.43º 0.59% 0.65% -
HSV(B) 67.43º 0.48% 0.86% -
XYZ 53.82 65 25.63 -
YUV 203.14 77.69 130.04 -
System Red Green Blue C M Y K H S L
Decimal 206 219 114 0.06 0 0.48 0.14 67.43 0.59 0.65
Hex CE DB 72 6 0 30 E 43 3B 41
Octal 316 333 162 6 0 60 16 103 73 101
Binary 11001110 11011011 1110010 110 0 110000 1110 1000011 111011 1000001

Color Harmonies of #CEDB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDB72

Black with #CEDB72

Text Example


Text Example

White with #CEDB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDB72; }

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

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

background-color css

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

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

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

border-color css

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

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

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