Html Css Color HEX #CEDB6A Goldenrod

📋 copy color: '#CEDB6A'

red 206 ◦ green 219 ◦ blue 106

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

Shades of Goldenrod #CEDB6A

Tints of Goldenrod #CEDB6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.96%

R = 38.79%
G = 41.24%
B = 19.96%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#CEDB6A (or 0xCEDB6A) is known color: Goldenrod. HEX triplet: CE, DB and 6A. RGB value is (206,219,106). Sum of RGB (Red+Green+Blue) = 206+219+106=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 106 (41.80% from 255 or 19.96% from 531); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDB6A is #312495. Grayscale: #CACACA. Windows color (decimal): -3220630 or 7003086. OLE color: 7003086.

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

Color convert

RGB 206 219 106 -
CMYK 0.06 0 0.52 0.14
HSL 66.9º 0.61% 0.64% -
HSV(B) 66.9º 0.52% 0.86% -
XYZ 53.39 64.83 23.33 -
YUV 202.23 73.69 130.69 -
System Red Green Blue C M Y K H S L
Decimal 206 219 106 0.06 0 0.52 0.14 66.9 0.61 0.64
Hex CE DB 6A 6 0 34 E 43 3D 40
Octal 316 333 152 6 0 64 16 103 75 100
Binary 11001110 11011011 1101010 110 0 110100 1110 1000011 111101 1000000

Color Harmonies of #CEDB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDB6A

Black with #CEDB6A

Text Example


Text Example

White with #CEDB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDB6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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