Html Css Color HEX #CEDB64 Goldenrod

📋 copy color: '#CEDB64'

red 206 ◦ green 219 ◦ blue 100

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

Shades of Goldenrod #CEDB64

Tints of Goldenrod #CEDB64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.05%

R = 39.24%
G = 41.71%
B = 19.05%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#CEDB64 (or 0xCEDB64) is known color: Goldenrod. HEX triplet: CE, DB and 64. RGB value is (206,219,100). Sum of RGB (Red+Green+Blue) = 206+219+100=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 219 (85.94% from 255 or 41.71% from 525); Blue value is 100 (39.45% from 255 or 19.05% from 525); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDB64 is #31249B. Grayscale: #CACACA. Windows color (decimal): -3220636 or 6609870. OLE color: 6609870.

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

Color convert

RGB 206 219 100 -
CMYK 0.06 0 0.54 0.14
HSL 66.55º 0.62% 0.63% -
HSV(B) 66.55º 0.54% 0.86% -
XYZ 53.09 64.7 21.75 -
YUV 201.55 70.69 131.18 -
System Red Green Blue C M Y K H S L
Decimal 206 219 100 0.06 0 0.54 0.14 66.55 0.62 0.63
Hex CE DB 64 6 0 36 E 43 3E 3F
Octal 316 333 144 6 0 66 16 103 76 77
Binary 11001110 11011011 1100100 110 0 110110 1110 1000011 111110 111111

Color Harmonies of #CEDB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDB64

Black with #CEDB64

Text Example


Text Example

White with #CEDB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDB64; }

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

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

background-color css

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

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

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

border-color css

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

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

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