Html Css Color HEX #EDEFAB Medium Goldenrod

📋 copy color: '#EDEFAB'

red 237 ◦ green 239 ◦ blue 171

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

Shades of Medium Goldenrod #EDEFAB

Tints of Medium Goldenrod #EDEFAB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.94%

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

R = 36.63%
G = 36.94%
B = 26.43%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EDEFAB (or 0xEDEFAB) is known color: Medium Goldenrod. HEX triplet: ED, EF and AB. RGB value is (237,239,171). Sum of RGB (Red+Green+Blue) = 237+239+171=647 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.63% from 647); Green value is 239 (93.75% from 255 or 36.94% from 647); Blue value is 171 (67.19% from 255 or 26.43% from 647); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEFAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEFAB is #121054. Grayscale: #E6E6E6. Windows color (decimal): -1183829 or 11268077. OLE color: 11268077.

HSL color Cylindrical-coordinate representation of color #EDEFAB: hue angle of 61.76º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDEFAB is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 239 171 -
CMYK 0.01 0 0.28 0.06
HSL 61.76º 0.68% 0.8% -
HSV(B) 61.76º 0.28% 0.94% -
XYZ 73.14 82.68 50.63 -
YUV 230.65 94.34 132.53 -
System Red Green Blue C M Y K H S L
Decimal 237 239 171 0.01 0 0.28 0.06 61.76 0.68 0.8
Hex ED EF AB 1 0 1C 6 3E 44 50
Octal 355 357 253 1 0 34 6 76 104 120
Binary 11101101 11101111 10101011 1 0 11100 110 111110 1000100 1010000

Color Harmonies of #EDEFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEFAB

Black with #EDEFAB

Text Example


Text Example

White with #EDEFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEFAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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