Html Css Color HEX #CEDB71 Goldenrod

📋 copy color: '#CEDB71'

red 206 ◦ green 219 ◦ blue 113

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

Shades of Goldenrod #CEDB71

Tints of Goldenrod #CEDB71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21%

R = 38.29%
G = 40.71%
B = 21%

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

#CEDB71 (or 0xCEDB71) is known color: Goldenrod. HEX triplet: CE, DB and 71. RGB value is (206,219,113). Sum of RGB (Red+Green+Blue) = 206+219+113=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 113 (44.53% from 255 or 21.00% from 538); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDB71 is #31248E. Grayscale: #CBCBCB. Windows color (decimal): -3220623 or 7461838. OLE color: 7461838.

HSL color Cylindrical-coordinate representation of color #CEDB71: hue angle of 67.36º degrees, saturation: 0.6, 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 #CEDB71 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 219 113 -
CMYK 0.06 0 0.48 0.14
HSL 67.36º 0.6% 0.65% -
HSV(B) 67.36º 0.48% 0.86% -
XYZ 53.77 64.98 25.33 -
YUV 203.03 77.19 130.12 -
System Red Green Blue C M Y K H S L
Decimal 206 219 113 0.06 0 0.48 0.14 67.36 0.6 0.65
Hex CE DB 71 6 0 30 E 43 3C 41
Octal 316 333 161 6 0 60 16 103 74 101
Binary 11001110 11011011 1110001 110 0 110000 1110 1000011 111100 1000001

Color Harmonies of #CEDB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDB71

Black with #CEDB71

Text Example


Text Example

White with #CEDB71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDB71; }

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

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

background-color css

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

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

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

border-color css

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

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

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