Html Css Color HEX #EDECAB Medium Goldenrod

📋 copy color: '#EDECAB'

red 237 ◦ green 236 ◦ blue 171

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

Shades of Medium Goldenrod #EDECAB

Tints of Medium Goldenrod #EDECAB

RGB

 RED value IS 237 (92.97% from 255) = 36.8%

 GREEN value IS 236 (92.58% from 255) = 36.65%

 BLUE value IS 171 (67.19% from 255) = 26.55%

R = 36.8%
G = 36.65%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EDECAB (or 0xEDECAB) is known color: Medium Goldenrod. HEX triplet: ED, EC and AB. RGB value is (237,236,171). Sum of RGB (Red+Green+Blue) = 237+236+171=644 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.80% from 644); Green value is 236 (92.58% from 255 or 36.65% from 644); Blue value is 171 (67.19% from 255 or 26.55% from 644); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDECAB is #121354. Grayscale: #E5E5E5. Windows color (decimal): -1184597 or 11267309. OLE color: 11267309.

HSL color Cylindrical-coordinate representation of color #EDECAB: hue angle of 59.09º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDECAB is Cyan = 0, Magento = 0.00, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 236 171 -
CMYK 0 0.00 0.28 0.07
HSL 59.09º 0.65% 0.8% -
HSV(B) 59.09º 0.28% 0.93% -
XYZ 72.27 80.94 50.34 -
YUV 228.89 95.33 133.79 -
System Red Green Blue C M Y K H S L
Decimal 237 236 171 0 0.00 0.28 0.07 59.09 0.65 0.8
Hex ED EC AB 0 0 1C 7 3B 41 50
Octal 355 354 253 0 0 34 7 73 101 120
Binary 11101101 11101100 10101011 0 0 11100 111 111011 1000001 1010000

Color Harmonies of #EDECAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDECAB

Black with #EDECAB

Text Example


Text Example

White with #EDECAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDECAB; }

 p { color: rgb(237,236,171); }

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

background-color css

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

 a { background-color: rgb(237,236,171); }

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

border-color css

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

 span { border-color: rgb(237,236,171); }

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